CBSE-CLASS-XII SERIES
Information-technology

Database Management Systems

12 previous year questions.

Volume: 12 Ques
Yield: Medium

High-Yield Trend

12
2025

Chapter Questions
12 MCQs

01
PYQ 2025
medium
information-technology ID: cbse-cla
Varun is the owner of New Trends Fashion Company that deals in garments. He wants to make a Database Application for his company. Suggest any six possible entities that can be used in the database for his website.
02
PYQ 2025
medium
information-technology ID: cbse-cla
List any two ways in which database application is used in the Banking Sector.
03
PYQ 2025
medium
information-technology ID: cbse-cla
Write any two characteristics of Database Management System.
04
PYQ 2025
medium
information-technology ID: cbse-cla
Rashmi is not able to leave a blank in the Salary column of the Employee table. Which constraint is applied on the field Salary?
1
NOT NULL
2
DEFAULT
3
CHECK
4
NOT BLANK
05
PYQ 2025
medium
information-technology ID: cbse-cla
Which of the following statements is incorrect related to database application used in the domains?
1
Education Database Application is used to store data of students and staff.
2
Hospital Database Application is used to record data of patients.
3
Banking Database Application is used to record details of stock of medicines.
4
Government Database Application is used to store details of electoral roll.
06
PYQ 2025
medium
information-technology ID: cbse-cla
Out of many types of DBMS users, ................ is responsible to determine the requirements of the end users and then develop specifications to meet the requirements.
1
DBA
2
Application Programmers
3
System Analyst
4
Tester
07
PYQ 2025
medium
information-technology ID: cbse-cla
If the value of an attribute in a tuple is not known or not applicable or not available, a special value called ................ is used to represent them.
1
EMPTY
2
BLANK
3
NULL
4
VOID
08
PYQ 2025
medium
information-technology ID: cbse-cla
Rahul forgot to add a column in the existing table. Which one of the following SQL commands can he use to add the desired column in the table?
1
INSERT
2
UPDATE
3
MODIFY
4
ALTER
09
PYQ 2025
medium
information-technology ID: cbse-cla
Which of the following is not a valid data type of SQL?
1
CHAR(n)
2
VARCHAR(n)
3
STR(n)
4
DATE
10
PYQ 2025
medium
information-technology ID: cbse-cla
................ is a language that is used to manage data stored in an RDBMS.
11
PYQ 2025
medium
information-technology ID: cbse-cla
In relational models, a ................ is called a relation.
12
PYQ 2025
medium
information-technology ID: cbse-cla
DBMS stands for ................ .