Home > Databases > Quizzes > DBMS Basics Practice Test
DBMS Basics Practice Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 95% Most missed: “Which type of data can be stored in the database?”
A Database Management System (DBMS) is a software system that allows users to store, retrieve, and run queries on data. It acts as an interface between the user and the database, allowing them to create, read, update, and delete data. A DBMS also manages the security and access controls for the database.  Here are some basics of DBMS: Data models: Data models are the basic entities that define a DBMS. The relational model is the most widely used data model in DBMS, and is the foundation of RDBMS (Relational Database Management System). In this model, data is represented as a collection of... Show more
DBMS Basics Practice Test
Time left 00:00
25 Questions

1. Database security protects the data of an organization from which of the following users?
2. What does a relational database consist of?
3. What is DBMS?
4. Which of the following is not a function of the database?
5. __________ is a type of lock that prevents the use of any tables in the database from one transaction while another transaction is being processed.
6. Which of the following is the smallest unit of allocation in an Oracle database?
7. What is the database design that consists of multiple tables that are linked together through matching data stored in each table called?
8. The database administrator creates a user account in the database for each user who needs access in ________________ of Oracle.
9. The oldest database model is _______________
10. Which of the following is the subset of SQL commands used to manipulate Oracle Database Structures, including tables?
11. _____________ is defined as a window into a portion of a database.
12. _________________ operations do not preserve non-matched tuples.
13. Which of the following is the term used for the information that describes what type of data is available in a database?
14. Which of the following is not an example of DBMS?
15. Evaluate the statements issued by the DBA in the given sequence if OE and SCOTT are the users in the database and the ORDERS table is owned by OE.
CREATE ROLE r1;REVOKE SELECT ON oe.orders FROM scott;What would be the outcome after executing the statements?
16. The traditional storage of data organized by the customer, stored in separate folders in filing cabinets is an example of ______________ type of ‘database’ system.
17. Who created the DBMS?
18. Which of the following is popular for applications such as storage of log files in a database system since it offers the best write performance?
19. Why does database design prevents some data from being represented?
20. Logical structure of the database graphically is given by _______________
21. In which format data is stored in the database?
22. The transaction is made permanent by __________________ in the database.
23. A major goal of the database system is to minimize the number of block transfers between the disk and memory. Which of the following helps in achieving this goal?
24. __________ is a bottom-up approach to database design that design by examining the relationship between attributes.
25. Which of the following establishes a top-to-bottom relationship among the items in a database?