0% found this document useful (0 votes)
9 views5 pages

DBMS MCQ Practice Questions IT Class 10

The document contains a series of multiple-choice questions related to Database Management Systems (DBMS), covering topics such as data storage formats, characteristics of DBMS, types of databases, relationships between tables, and data integrity. Each question has four options, with the correct answers provided at the end. This serves as a quiz or assessment tool for understanding DBMS concepts.

Uploaded by

anubhavniketjha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views5 pages

DBMS MCQ Practice Questions IT Class 10

The document contains a series of multiple-choice questions related to Database Management Systems (DBMS), covering topics such as data storage formats, characteristics of DBMS, types of databases, relationships between tables, and data integrity. Each question has four options, with the correct answers provided at the end. This serves as a quiz or assessment tool for understanding DBMS concepts.

Uploaded by

anubhavniketjha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

DBMS

Select the correct option.

1. In a database, information is stored in the form of ........


A. Rows
B. Columns
C. Tables
D. Forms

2. The ____________ is a computerised record keeping system.


A. DBMS
B. Database
C. Metabase
D. Metadata

3. Which of the following is not a characteristic of DBMS?


A. Holds data in a standard format
B. Increases data redundancy
C. Ensures data security
D. Maintains data consistency

4. Which of these is a type of Database Management System?


A. Relational Database Management System
B. Hierarchical Database Management System
C. Object-oriented Database Management System
D. All of these

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

6. Which of the following is a RDBMS?


A. LibreOffice Base
B. Oracle
C. MySQL
D. All of these
7. A table can have ....
A. Only one primary key
B. More than one Primary key
C. Two primary keys
D. Multiple primary keys

8. It refers to a combination of two or more attributes (fields) that uniquely identify


the records in a table.
A. Primary key
B. Composite primary key
C. Foreign key
D. Candidate Key

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

14. It is established between two or more tables to retrieve data, collectively.


A. Bond
B. Link
C. Relationship
D. Hyperlink

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

17. Which of the following is not a field property?


A. AutoValue
B. Default value
C. Text [VARCHAR]
D. Field value

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 ($)

20. What would be the output of the following query?


SELECT * FROM CLIENT;
A. Will return data of the first field from the CLIENT table
B. Will return a single record from the CLIENT table
C. Will return the data of all the fields from the CLIENT table
D. Will return only a selected field from the CLIENT table

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

22. It is an interactive way of entering data.


A. Form
B. Report
C. Query
D. Record

23. Every _________ in a form has a set of properties.


A. Control
B. Field Type
C. Data Type
D. Dataset
Answers
1. C
2. A
3. B
4. C
5. B
6. C
7. A
8. B
9. A
10. A
11. A
12. B
13. A
14. C
15. A
16. A
17. B
18. A
19. A
20. C
21. C
22. A
23. A

You might also like