Simple DBMS Quiz
Test your knowledge of fundamental Database Management System concepts including transaction control, cursors, database models, and data hierarchy.
Questions
Question 1 Multiple Choice (Single Answer)
Which one of the following comes under Transaction controlled Language ?
- grant
- revoke
- rollback
- none
Question 2 Multiple Choice (Multiple Answers)
Which of the following are cursor attributes ?
- %ISOPEN
- %NOTFOUND
- both a and b
- %CURSORSOPEN
Question 3 Multiple Choice (Single Answer)
Which one of the following is false about cursor?
- Cursors can hold multiple records at the same time
- Cursors are a private SQL area network
- Cursors are used to retrieve and manipulate data
- Cursor is not a pointer to a memory location
Question 4 Multiple Choice (Single Answer)
Which of the following is a problem of file management system?
- difficult to update
- lack of data independence
- data redundancy
- program dependence
- all of above
Question 5 Multiple Choice (Single Answer)
Which of the following is true of a network structure?
- It is a physical representation of the data
- It allows a many-to-many relationship
- It is conceptually simple
- It will be dominant data base of the future
Question 6 Multiple Choice (Single Answer)
Information can be transferred between the DBMS and a
- spreadsheet program
- word processor program
- graphics program
- all of the above
Question 7 Multiple Choice (Single Answer)
One data dictionary software package is called
- DB/DC dictionary
- TOTAL
- ACCESS
- Datapac
- Data Manager
Question 8 Multiple Choice (Single Answer)
The ascending order of a data hierarchy is:
- bit-byte-record-field-file-database
- byte-bit-field-record-file-database
- bit-byte-field-record-file-database
- bit-byte-file-record-field-database