DBMS Quiz
DBMS Quiz
• A. A collection of files
• B. A structured collection of data
• C. A set of random data
• D. A collection of programs
2. What does the acronym ACID stand for in the context of database transactions?
• A. A query language
• B. A structured representation of a database's organization
• C. A type of database index
• D. A tool to manage database security
• A. Oracle Database
• B. Microsoft SQL Server
• C. MongoDB
• D. PostgreSQL
Answer: C. MongoDB
Answer: C. A field in one table that links to the primary key of another table
• A. Network Model
• B. Relational Model
• C. Object-Oriented Model
• D. Hierarchical Model
• A. INSERT INTO
• B. UPDATE
• C. DELETE
• D. SELECT INTO
Answer: B. A method to combine rows from two or more tables based on a related column
Answer: C. To group rows that have the same values in specified columns
16. In which DBMS model is data stored in nodes and relationships represented as edges?
• A. Relational Model
• B. Network Model
• C. Hierarchical Model
• D. Graph Model
• A. WHERE
• B. GROUP BY
• C. HAVING
• D. ORDER BY
Answer: A. WHERE
• A. A situation where two transactions are unable to proceed because each is waiting for the other to release
a lock
• B. A condition where data is being corrupted due to failed transactions
• C. A conflict between the primary key and foreign key in a database
• D. A temporary suspension of database queries
Answer: A. A situation where two transactions are unable to proceed because each is waiting for the other to
release a lock
• A. A stored procedure
• B. A table with additional features
• C. A virtual table created by a query on one or more tables
• D. A physical copy of a table