Database System Concepts and Architecture - data models, schemas and instances, three-schema architecture, data independence, database languages and interfaces, centralized and client-server architectures - Question Bank
1. Which of the following is an example of a database instance?
2. What is a key characteristic of a distributed database architecture?
3. Which of the following is a type of database language used for transaction management?
4. In the three-schema architecture, the 'view level' corresponds to which schema?
5. A database schema defines the relationships between:
6. What kind of independence allows changes to the conceptual schema without affecting external schemas?
7. Which of the following is an interface for a database system?
8. The Object-Oriented Data Model treats data as:
9. Which schema is defined by the database administrator and represents the entire logical content of the database?
10. In a client-server database system, the client typically handles:
11. Which of the following is an example of a DML statement in SQL?
12. What is the primary benefit of the three-schema architecture?
13. Which of the following is NOT a data model?
14. The internal schema is concerned with:
15. Which component of the client-server architecture is responsible for executing database queries and managing data storage?
16. A database schema defines:
17. Which type of database language is used to manage user access and permissions?
18. In the context of the three-schema architecture, what is 'data independence'?
19. Which data model is known for its flexibility in representing complex relationships using pointers?
20. The 'instance' of a database refers to:
21. Which of the following is an example of a DDL statement in SQL?
22. What is a disadvantage of a centralized database architecture?
23. Data Manipulation Language (DML) commands are used for:
24. Which schema in the three-schema architecture is closest to the end-user?
25. A database schema can be thought of as:
26. The Entity-Relationship (ER) model is primarily used for:
27. In a client-server architecture, the server is responsible for:
28. Which of the following represents physical data independence?
29. What is the role of the database administrator (DBA) in relation to the database schema?
30. Which data model uses tables, rows, and columns to represent data?
31. The three-schema architecture aims to achieve:
32. Which of the following best describes a database schema instance?
33. In a centralized database architecture, where is the database typically located?
34. Which database language is used to retrieve data from the database?
35. The internal schema is also referred to as the:
36. SQL (Structured Query Language) is primarily associated with which data model?
37. Which of the following is a typical component of a client-server database architecture?
38. Which type of data independence allows changes in the conceptual schema without requiring changes to the external schemas?
39. The Network Model allows a record to have multiple parent records, forming a graph-like structure. This is also known as:
40. What is the primary purpose of the Conceptual Schema in the three-schema architecture?
41. Which of the following is an example of a database language used for defining the database structure?
42. Which layer of the three-schema architecture provides a customized view of the database for a specific user or application?
43. What is a database instance?
44. Which of the following is a characteristic of the Relational Model?
45. Which schema in the three-schema architecture deals with how data is actually stored on disk?
46. A database schema is defined as:
47. Which type of data model organizes data in a tree-like structure with a single root element?
48. What does data independence refer to in a database system?
49. In the three-schema architecture, which schema describes the overall logical structure of the database, independent of physical storage details?
50. Which of the following is a conceptual data model that represents data as entities and the relationships between them?