Database

Q. What does JDBC stand for?
  • A. Java Database Connectivity
  • B. Java Data Base Connection
  • C. Java Data Connection Bridge
  • D. Java Database Connection
Q. What does normalization aim to achieve?
  • A. Reduce data redundancy
  • B. Increase data integrity
  • C. Simplify database design
  • D. All of the above
Q. What does the term 'ACID' stand for in database transactions?
  • A. Atomicity, Consistency, Isolation, Durability
  • B. Atomicity, Consistency, Integrity, Durability
  • C. Atomicity, Concurrency, Isolation, Durability
  • D. Atomicity, Consistency, Isolation, Dependability
Q. What does the term 'cardinality' refer to in an ER model?
  • A. The number of attributes in an entity
  • B. The number of entities in a relationship
  • C. The type of data stored in an entity
  • D. The uniqueness of an entity
Q. What does the term 'concurrency control' refer to in a DBMS?
  • A. Managing multiple database connections
  • B. Ensuring data consistency during simultaneous transactions
  • C. Optimizing query performance
  • D. Backing up data
Q. What does the term 'data latency' refer to in a data warehouse?
  • A. The speed of data retrieval
  • B. The time delay between data generation and its availability for analysis
  • C. The amount of data stored
  • D. The frequency of data updates
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 common challenge in distributed databases?
  • A. Data normalization
  • B. Network latency
  • C. Data encryption
  • D. User authentication
Q. What is a common consequence of not normalizing a database?
  • A. Increased data integrity
  • B. Data redundancy
  • C. Improved performance
  • D. Simplified queries
Q. What is a dimension table in a data warehouse?
  • A. A table that stores transactional data
  • B. A table that contains descriptive attributes
  • C. A table that holds metadata
  • D. A table that indexes data
Q. What is a distributed database?
  • A. A database that is stored on a single server
  • B. A database that is spread across multiple locations
  • C. A database that uses cloud storage
  • D. A database that is only accessible via the internet
Q. What is a federated database system?
  • A. A single database managed by one server
  • B. A collection of autonomous databases that appear as one
  • C. A database that only stores metadata
  • D. A database that is only accessible through APIs
Q. What is a foreign key in a relational database?
  • A. A key that uniquely identifies a record
  • B. A key that links two tables together
  • C. A key that is used for indexing
  • D. A key that is automatically generated
Q. What is a foreign key?
  • A. A primary key in another table
  • B. A unique identifier for a table
  • C. An attribute that can be null
  • D. A key used for indexing
Q. What is a primary key in the context of an ER model?
  • A. A key that allows for data redundancy
  • B. A unique identifier for each entity instance
  • C. A foreign key that links to another table
  • D. A type of relationship between entities
Q. What is a primary key?
  • A. A unique identifier for a record
  • B. A foreign key reference
  • C. An index for faster searches
  • D. A type of relationship
Q. What is a star schema in data warehousing?
  • A. A type of data normalization
  • B. A database design with a central fact table and dimension tables
  • C. A method for indexing data
  • D. A concurrency control mechanism
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 a transaction in the context of a database?
  • 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 a weak entity in an ER model?
  • A. An entity that cannot exist without a strong entity
  • B. An entity with no attributes
  • C. An entity that has a composite key
  • D. An entity that is not related to any other entity
Q. What is concurrency control in a DBMS?
  • A. Managing data redundancy
  • B. Ensuring data consistency during simultaneous access
  • C. Optimizing query performance
  • D. Backing up data
Q. What is denormalization?
  • A. The process of reducing redundancy
  • B. The process of increasing redundancy
  • C. The process of normalizing data
  • D. The process of creating indexes
Q. What is normalization in database design?
  • A. The process of organizing data to reduce redundancy
  • B. The process of creating a database
  • C. The process of indexing data
  • D. The process of backing up data
Q. What is normalization?
  • A. The process of organizing data
  • B. The process of backing up data
  • C. The process of indexing data
  • D. The process of encrypting data
Q. What is the main advantage of using an ER model?
  • A. It is easy to implement in SQL
  • B. It provides a clear visual representation of data
  • C. It eliminates the need for normalization
  • D. It allows for complex queries
Q. What is the main advantage of using indexes in a database?
  • A. To reduce data redundancy
  • B. To speed up data retrieval
  • C. To enforce data integrity
  • D. To simplify database design
Q. What is the main advantage of using indexing in a data warehouse?
  • A. Increased data redundancy
  • B. Faster query performance
  • C. Simplified data modeling
  • D. Reduced storage requirements
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 main goal of concurrency control in a DBMS?
  • A. To prevent data redundancy
  • B. To ensure data consistency
  • C. To improve query performance
  • D. To manage user access
Q. What is the main goal of normalization?
  • A. To increase data redundancy
  • B. To eliminate data anomalies
  • C. To improve query performance
  • D. To simplify database design
Showing 31 to 60 of 135 (5 Pages)