DBMS MCQ Practice Questions IT Class 10
DBMS MCQ Practice Questions IT Class 10
5. In which type of database, can you retrieve the data from the related tables?
A. Database Management System
B. Relational Database Management System
C. None of these
D. All of these
9. It consists of one or more fields whose value matches a primary key in another
table.
A. Foreign key
B. Composite primary key
C. Composite key
D. Candidate Key
10. It determines what type of data you can enter into a field.
A. Field Type
B. Attribute
C. Alias
D. Record
11. It is a data type that is used to store date or time or a combination of both.
A. Date/Time [TIMESTAMP]
B. Time [TIME]
C. Date [DATE]
D. Text [VARCHAR]
12. In which view, you can enter and edit the data into a table?
A. Table Design View
B. Table Data View
C. Table Wizard
D. All of these
13. It is a rule in RDBMS that ensures the accuracy and consistency of data within
a relationship and prevents the users from entering the inconsistent data.
A. Referential Integrity
B. Data Integrity
C. Data Concurrency
D. Data Inconsistency
15. In this type of relationship, a record in a table can have only one matching
record in another table, and vice versa.
A. One-to-One
B. One-to-Many
C. Many-to-Many
D. Many-to-One
16. In this type of relationship, one record is associated with several records in
another table.
A. One-to-Many
B. Many-to-Many
C. One-to-One
D. Many-to-One
18. Which of the following database objects are used to retrieve data from a
database?
A. Queries
B. Tables
C. Reports
D. Forms
19. Which of the following wildcard characters represent a character in a string?
A. An underscore (_) or a question mark (?)
B. A percentage (%)
C. Asterisk (*)
D. Dollar Sign ($)
21. Which of the following clauses can be used with the SELECT command?
A. WHERE
B. ORDER BY
C. Both a and b
D. None of these