Home > Databases > Quizzes > DBMS Basics Practice Test: Transactions
DBMS Basics Practice Test: Transactions
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 51% Most missed: “_______________ provides option for entering SQL queries as execution time, rath…”
Quiz questions on concepts of transaction, storage structures, properties of transaction like atomicity, durability, isolation and their implementations and different querying databases. A transaction in a database management system (DBMS) is a set of operations that perform a logical task, such as updating, deleting, or inserting data. A transaction is considered a single unit of work that accesses and may modify the contents of a database. Transactions use read and write operations to access data.  To maintain database consistency, transactions must follow ACID properties, which... Show more
DBMS Basics Practice Test: Transactions
Time left 00:00
25 Questions

1. ____ means that the data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.
2. Which is the subset of SQL commands used to manipulate Oracle Database Structures, including tables?
3. Which of the following is not a property of transactions?
4. Which of the following is not the function of client?
5. __________ are used to ensure that transactions access each data item in order of the transactions’ ____ if their accesses conflict.
6. Database security helps organizations to protect data from _____
7. ____________ allows individual row operation to be performed on a given result set or on the generated by a selected by a selected statement.
8. SDL means _____________
9. Which is primarily the result of a thorough understanding of information about an enterprise:
10. Which is the process of breaking a relation into multiple relations:
11. What are the different events in Triggers?
12. _______ means that data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.
13. The ________________ is essentially used to search for patterns in target string.
14. Which of the following is the oldest database model?
15. The storage structure which do not survive system crashes are ______
16. Which formal method that locates and analyses relation schemas on the basis of their primary, candidate keys, and the FD’s that are present among the attributes of these schemas:
17. The database design prevents some data from being represented due to _______
18. Which character function can be used to return a specified portion of a character string?
19. The database system must take special actions to ensure that transactions operate properly without interference from concurrently executing database statements. This property is referred to as
20. Which of the following is an atomic sequence of database actions?
21. Transaction processing is associated with everything below except
22. E.F.Codd developed the normalization process in the which early:
23. In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction?
24. If the state of the database no longer reflects a real state of the world that the database is supposed to capture, then such a state is called
25. The process of saving information onto secondary storage devices is referred to as