Class 11 Computer Science Chapter 7 Database Concepts Quiz 3 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following is NOT a valid data type in MS Access?
2. Which SQL statement is used to grant ALL privilege on the SUPPLIERS in the schema to the user 'Manager'?
3. Berikut ini perintah yang digunakan untuk menampilkan nama dan alamat dari tabelBUKU yang di urutkan berdasarkan alamat secara urut turun .....
4. Rasheed is organizing his music collection on his computer. Each song has information like title, artist, album, and duration. In the context of a database, what would each song represent?
5. Which of the following is NOT a good design practice?
6. What is the primary objective of database security?
7. What does debugging involve?
8. Where does the DBMS store the definitions of data elements and their relationships?
9. Which of the following is a benefit of using a DBMS?
10. When a school's database is password protected and only the principal can change marks, it shows:
11. What is the purpose of an index in a database?
12. Setelah membuat database 'siswa', perintah apa yang harus digunakan untuk memilih database tersebut agar dapat bekerja di dalamnya?
13. What is a characteristic of 'program-data independence'?
14. What is the simplest kind of database described here?
15. What is the primary feature of distributed filesystems like HDFS?
16. Which of the following wildcard characters represents 'any number of characters'?
17. In the relational modes, cardinality is termed as:
18. What does the following SQL statement do? Delete from Customer ..... T where state = 'HI';
19. Database specification
20. The basic structure of data in relational model is .....
21. What is the significance of "Transactions" and "Transaction Processing" in a database?
22. What is meant by 'data abstraction' in a database?
23. Consider the following schema:SUPPLIERS(SupplierID, SupplierName, Address) Which SQL statement is used to REVOKE ALL privilege on the SUPPLIERS in the schema to the user 'Manager'?
24. In MS Access, which option allows users to create a form quickly?
25. Which selection rule would return all the records where age is greater than 25?