Home > Databases > Quizzes > Database Management System (DBMS) Practice Test: All Topics
Database Management System (DBMS) Practice Test: All Topics
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 25% Most missed: “……………..specifies a search condition for a group or an aggregate.”
A DBMS (Database Management System) is a software application that helps create and manage databases. Popular DBMS are MySQL, Oracle, MongoDB, etc.  The sum total of the database, the DBMS and the associated applications can be referred to as a database system. Often the term "database" is also used loosely to refer to any of the DBMS, the database system or an application associated with the database. Existing DBMSs provide various functions that allow management of a database and its data which can be classified into four main functional groups: Data definition – Creation, modification... Show more
Database Management System (DBMS) Practice Test: All Topics
Time left 00:00
25 Questions

1. _____________is the smallest unit of allocation in an Oracle database.
2. Let us consider phone_number ,which can take single or several values . Treating phone_numberas an _____________ permits instructors to have several phone numbers (including zero) associated with them.
3. In a relation between the entities the type and condition of the relation should be specified. That is called as............. attribute.
4. How inserting data through stored procedure do reduces network traffic and increase database performance?
5. _____________ is a special type of stored procedure that is automatically invoked whenever the data in the table is modified.
6. Which of the following is used for manufacturing chips?
7. Which is proper subset designed to support ‘views’ belonging to different classes of users in order to hid or protect information:
8. The Java _____________ specification defines an application programming interface for communication between the Web server and the application program.
9. What are the ways of dealing with deadlock?
10. What do data warehouses support?
11. How non clustered index point to the data?
12. What is a relationship called when it is maintained between two entities?
13. ____ ensures that once transaction changes are done, they cannot be undone or lost, even in the event of a system failure.
14. Which of the following is an unary operation?
15. The deadlock state can be changed back to stable state by using _____________............. statement.
16. Which forms has a relation that possesses data about an individual entity?
17. The DBMS acts as an interface between what two components of an enterprise-class database system?
18. Which mapping exists between the external and conceptual levels:
19. In SQL the cross-tabs are created using
20. SDL means _____________.............
21. _______ allow us to identify uniquely a tuple in the relation.
22. In which ways two tables may be related:
23. The file organization which allows us to read records that would satisfy the join condition by using one block read is
24. Which JDBC driver Type(s) can be used in either applet or servlet code?
25. ARIES uses a _____________ to identify log records, and stores it in database pages.