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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What are the different types of data that can be stored in a database?
2. In relational data model, the total number of rows can be identified as .....
3. A relation in this form has no modification anomalies:
4. What is the purpose of data modeling in database design?
5. What are the different types of relationships that can exist between tables in a database design?
6. Meta data refers to .....
7. In a school's database, both "Admission Number" and the combination of "Class + Section + Roll No." can identify a student. These are:
8. How many levels are in the ANSI-SPARC model?
9. Name three types of Database Management Systems.
10. What does an RDBMS consist of?
11. Each row in a table represents a .....
12. Which symbol is used in query criteria to find records that begin with a specific letter?
13. What data type should be used for the 'RoomNumber' field in the 'Classes' table?
14. Detecting and correcting data in a database or file that are incorrect, incomplete, improperly formatted, or redundant is called .....
15. .... is a repository collection of related .
16. What is data redundancy?
17. A relational operator that yields all rows in one table that are not found in the other table is the ..... operator.
18. What type of relationship exists between two tables when a foreign key references a primary key?
19. What are the advantages of using a database management system?
20. What is one reason organizations prefer databases over spreadsheets?
21. What is the primary purpose of backup and recovery features in DBMS?
22. Which of the following describes the internal level of data abstraction?
23. What is a primary key and why is it important?
24. What is an entity-relationship model and how is it used in database design?
25. What is the functional purpose of a 'Foreign Key' within a relational database table?
26. In an ER diagram, a *mandatory* relationship means:
27. Which type of key is used to uniquely identify a record in a database table?
28. The process of organizing data to be stored in a database into two or more tables and establishing relationships between the tables, so that data redundancy is minimized.
29. Which of the following is NOT true of relational database management systems
30. What command would you use to delete a database in MySQL?
31. Can a table have more than one foreign key?
32. Which of the following is an example of an entity?
33. Business rules mainly define .....
34. Which type of database user interacts with the external level?
35. Each entity is described by .....
36. Normalization ..... data duplication
37. What is the purpose of relationships in a database?
38. Which data type can store unstructured data in a column?
39. A functional dependency is a relationship between:
40. What is a foreign key used for in a database?
41. What is the difference between a field and a column?
42. What is the isolation property in transactions?
43. How can a Database Administrator (DBA) ensure the security of student data using a DBMS?
44. Which of the following is a characteristic of data?
45. Which of the following is NOT a data type in a database?
46. Explain the role of a primary key in a database.
47. Indicate whether the statement is true or false:In a database, a bit represents a single character, which can be a letter, a number, or another symbol.
48. Which of the following is not a function of a database system?
49. What is the purpose of a report in MS Access?
50. Which of the following describes a many-to-many relationship?
51. Why is it important to create an appropriate database structure?
52. Describe the difference between a database and a data warehouse.
53. Which of the following actions can be performed when modifying a table structure?
54. What is the main function of update operations in a database?
55. What is one advantage of using the database approach?
56. The collection of information that describes tables, attributes, constraints, indexes and other database objects is called:
57. Which of the following is NOT a purpose of a DBMS in a business setting?
58. Which ACID property ensures that once a transaction is committed, it will remain so even in the event of power loss or system failure?
59. In a database of students, which of the following could be a suitable primary key?
60. What is the purpose of SQL in databases?