Data Models into Database Designs

Q. In a relational database, what does a foreign key represent?
  • A. A unique identifier for a table
  • B. A reference to a primary key in another table
  • C. An attribute of an entity
  • D. A constraint on data types
Q. In a relational database, what is a foreign key?
  • A. A unique identifier for a record
  • B. A key that links two tables together
  • C. A key that is not indexed
  • D. A key used for data encryption
Q. In an Entity-Relationship (ER) model, what does a diamond shape represent?
  • A. Entity
  • B. Attribute
  • C. Relationship
  • D. Weak entity
Q. What does the term 'denormalization' refer to in database design?
  • A. The process of reducing redundancy
  • B. The process of increasing redundancy for performance
  • C. The process of normalizing data
  • D. The process of creating indexes
Q. What is a transaction in the context of a database management system?
  • A. A single SQL command
  • B. A sequence of operations treated as a single unit
  • C. A backup of the database
  • D. A method of data retrieval
Q. What is the main advantage of using indexing in a database?
  • A. Increases data redundancy
  • B. Improves data integrity
  • C. Speeds up data retrieval
  • D. Simplifies database design
Q. What is the primary purpose of normalization in database design?
  • A. To increase data redundancy
  • B. To eliminate data anomalies
  • C. To improve query performance
  • D. To simplify database architecture
Q. What is the purpose of a data model in database design?
  • A. To define the physical storage of data
  • B. To represent data structures and relationships
  • C. To optimize query performance
  • D. To enforce data integrity constraints
Q. What is the purpose of a database schema?
  • A. To store data
  • B. To define the structure of the database
  • C. To manage user access
  • D. To optimize queries
Q. What is the purpose of concurrency control in a DBMS?
  • A. To manage data redundancy
  • B. To ensure data integrity during simultaneous transactions
  • C. To optimize query performance
  • D. To simplify database design
Q. Which of the following is NOT a property of transactions in a DBMS?
  • A. Atomicity
  • B. Consistency
  • C. Isolation
  • D. Redundancy
Showing 1 to 11 of 11 (1 Pages)