google.com, pub-6167773875660516, DIRECT, f08c47fec0942fa0 database concepts mcq | database management system mcq - 2nd puc computer science

database concepts mcq | database management system mcq

database concepts mcq,database management system mcq,database management system mcq questions,database management system important mcq,database system mcqs,database concepts mcq questions,database concepts class 12 mcq,database concepts mcq questions and answers,database concepts mcq with answers,database concepts mcq pdf,database concepts mcq with answers pdf

database concepts mcq

1. What is the main purpose of a database management system (DBMS)?





ANSWER= C) Storing and managing data

2. In manual record-keeping, which of the following is a major disadvantage?





ANSWER= C) Redundancy and inaccuracy

3. Which component of a database is used to store records about events such as student attendance?





ANSWER= B) Relation

4. What does ‘data redundancy’ mean?





ANSWER= C) Repetition of the same data in multiple files

5. Which of the following is NOT a limitation of the file system?





ANSWER= C) Data consistency

6. Which attribute connects STUDENT and GUARDIAN tables in DBMS?





ANSWER= C) GUID

7. Which of these is a benefit of DBMS over a file system?





ANSWER= C) Better data integrity

8. What type of value is considered ‘atomic’?





ANSWER= C) An indivisible value

9. Which of these is a data constraint?





ANSWER= C) NOT NULL

10. A schema defines:





ANSWER= C) The structure of a database

11. What is meta-data in a database system?





ANSWER= B) Data about the data

12. Which one is NOT a component of a relational database model?





ANSWER= C) Diagram

13. Which operation is not considered part of data manipulation?





ANSWER= C) Schema creation

14. What does the term ‘database instance’ refer to?





ANSWER= C) A snapshot of the data at a particular time

15. Which of the following statements is true for relational databases?





ANSWER= B) Tuples must be unique

16. Which key refers to a primary key from another table?





ANSWER= C) Foreign key

17. GUID in the GUARDIAN table is an example of:





ANSWER= B) Candidate key

18. Which of the following is NOT stored in the meta-data (catalog)?





ANSWER= C) Data records

19. A tuple is:





ANSWER= C) A row in a table

20. In a relation, the number of columns is known as:





ANSWER= B) Degree

21. What does the term ‘cardinality’ refer to in databases?





ANSWER= C) Number of rows

22. What type of primary key does the ATTENDANCE table use?





ANSWER= C) Composite key

23. Which combination is used as a composite primary key in ATTENDANCE?





ANSWER= B) RollNumber and AttendanceDate

24. A primary key must be:





ANSWER= C) Unique and NOT NULL

25. A student record showing multiple preferences in one field violates:





ANSWER= C) Atomicity

26. What happens if a file’s structure is changed in a file system?





ANSWER= C) Old applications may not work correctly

27. The ability to limit access to data in DBMS is called:





ANSWER= C) Controlled data sharing

28. Which DBMS feature allows data changes over time?





ANSWER= B) Database instance

29. In a well-designed relational database, redundancy is minimized by:





ANSWER= C) Separating related data into different tables

30. What is the purpose of a query in DBMS?





ANSWER= C) Retrieve or manipulate data

31. A database engine is:





ANSWER= C) Underlying component that processes queries

32. In relational databases, what does the term “degree” refer to?





ANSWER= C) Number of columns

33. NULL is used to represent:





ANSWER= B) Unknown or inapplicable data

34. The domain of an attribute defines:





ANSWER= C) The set of valid values for that attribute

35. Which of the following fields is NOT typically stored in a business-oriented database?





ANSWER= D) Color scheme of the website

36. A set of fields that uniquely identifies a row is called a:





ANSWER= C) Key

37. In a relational database, a foreign key is used to:





ANSWER= C) Link records in two related tables

38. Which of the following is considered a data manipulation operation?





ANSWER= B) Inserting a new record

39. Which of the following is NOT a data manipulation operation?





ANSWER= D) Creating a table

40. What is the function of the NOT NULL constraint in a database?





ANSWER= B) Ensures the attribute must always have a value

41. Which of the following supports logical organization of data?





ANSWER= C) Database Schema

42. Which DBMS type is listed in the textbook as open-source?





ANSWER= C) PostgreSQL

43. Which technique is used in DBMS to avoid data inconsistency?





ANSWER= C) Data normalization and schema design

44. Relationships between tables in a DBMS are created using:





ANSWER= C) Foreign Keys

45. Redundant data can lead to:





ANSWER= B) Data inconsistency

46. Which rule applies to attributes in a relational table?





ANSWER= C) They must have unique names

47. To uniquely identify each student’s attendance on a particular day, DBMS uses:





ANSWER= C) Composite primary key

48. Which of the following lets you specify rules on a column?





ANSWER= C) Constraint

49. A student record (row) in the STUDENT table is an example of:





ANSWER= B) Tuple

50. Which feature ensures correctness and reliability of database content?





ANSWER= C) Constraints

51. Assertion (A): A database schema defines the structure of a database. Reason (R): Schema stores actual data records.





ANSWER= C) A is true, but R is false

52. Assertion (A): In a relational database, each attribute must have a unique name. Reason (R): Unique attribute names help avoid ambiguity during data manipulation.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

53. Assertion (A): A primary key must be unique and NOT NULL. Reason (R): A primary key is used to link data between unrelated databases.





ANSWER= C) A is true, but R is false

54. Assertion (A): A foreign key is an attribute that helps relate two tables. Reason (R): A foreign key always references the primary key of another table.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

55. Assertion (A): A composite primary key is made using more than one attribute. Reason (R): Composite keys are used when no single attribute can uniquely identify records.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

56. Assertion (A): File systems provide strong data consistency across multiple files. Reason (R): File systems automatically update redundant data when a change is made.





ANSWER= D) A is false, but R is false

57. Assertion (A): Constraints in DBMS ensure data integrity. Reason (R): Constraints allow only valid data to be stored in the database.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

58. Assertion (A): A field storing multiple values in one cell improves query speed. Reason (R): Relational databases allow non-atomic values for flexibility.





ANSWER= D) A is false, but R is false

59. Assertion (A): The domain of an attribute defines the allowed values for that attribute. Reason (R): Domain helps ensure that data stored in a column is valid.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

60. Assertion (A): All candidate keys are automatically selected as primary keys. Reason (R): Candidate keys are eligible to become primary keys.





ANSWER= C) A is false, but R is true

61. Assertion (A): Metadata contains information about database structure. Reason (R): Metadata helps the DBMS validate queries and enforce constraints.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

62. Assertion (A): Cardinality of a relation refers to the number of columns in the table. Reason (R): Columns represent the attributes of a relation.





ANSWER= C) A is false, but R is true

63. Assertion (A): Normalization removes data redundancy. Reason (R): Redundant data may lead to data inconsistency.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

64. Assertion (A): The NOT NULL constraint prevents NULL entries in a column. Reason (R): It ensures that every row has a value in that column.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

65. Assertion (A): DBMS allows multiple users to interact with the same data concurrently. Reason (R): DBMS uses controlled data sharing and access permissions.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

66. Assertion (A): The structure of a table can be modified using data manipulation queries. Reason (R): Commands like ALTER and CREATE are part of data manipulation language.





ANSWER= C) A is false, but R is true

67. Assertion (A): DBMS helps reduce data inconsistency by storing data in one central location. Reason (R): Centralized control and constraints ensure that all data updates remain consistent.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

68. Assertion (A): A database instance can change over time. Reason (R): An instance represents the current snapshot of the data.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

69. Assertion (A): SQL allows users to retrieve, insert, and update data. Reason (R): SQL is the standard language for managing relational databases.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

70. Assertion (A): Degree of a relation is defined by the number of attributes it contains. Reason (R): Attributes define the structure of each record in a relation.





ANSWER= A) Both A and R are true, and R is the correct explanation of A

database concepts mcq | database management system mcq database concepts mcq | database management system mcq Reviewed by Vision Academy on July 16, 2025 Rating: 5

No comments:

CheckOut

Powered by Blogger.