BIHAR-BOARD-XII SERIES Computer-science
Sql
19 previous year questions.
Volume: 19 Ques
Yield: Medium
High-Yield Trend
19
2025 Chapter Questions 19 MCQs
01
PYQ 2025
medium
computer-science ID: bihar-bo
In SQL which of the following is a data definition language command ?
1
Alter Table
2
Revoke
3
Grant
4
Update
02
PYQ 2025
medium
computer-science ID: bihar-bo
In SQL, which data type is best suited for storing large texts such as articles or comments ?
1
Text
2
Varchar
3
Char
4
Blob
03
PYQ 2025
medium
computer-science ID: bihar-bo
Which is the data type of text ?
1
var char
2
var char ignore case
3
short var char
4
Both (A) and (B)
04
PYQ 2025
medium
computer-science ID: bihar-bo
Which SQL command is used to create a new table in a database ?
1
Create
2
Alter
3
Drop
4
Truncate
05
PYQ 2025
medium
computer-science ID: bihar-bo
Which data type is used in SQL to store true or false values ?
1
int
2
Boolean
3
Varchar
4
Float
06
PYQ 2025
medium
computer-science ID: bihar-bo
What is a primary key ?
07
PYQ 2025
medium
computer-science ID: bihar-bo
Explain the different types of SQL commands.
08
PYQ 2025
medium
computer-science ID: bihar-bo
Define DML.
09
PYQ 2025
medium
computer-science ID: bihar-bo
What is the difference between delete and truncate commands ?
10
PYQ 2025
medium
computer-science ID: bihar-bo
What is database ?
11
PYQ 2025
medium
computer-science ID: bihar-bo
Explain Data Anomalies.
12
PYQ 2025
medium
computer-science ID: bihar-bo
What is a table ?
13
PYQ 2025
medium
computer-science ID: bihar-bo
Which command is used to create a new row in SQL ?
1
Insert into
2
Alter table
3
Update
4
All of these
14
PYQ 2025
medium
computer-science ID: bihar-bo
Which one is not related to DBMS ?
1
Entity
2
Attribute
3
Class
4
Row
15
PYQ 2025
medium
computer-science ID: bihar-bo
Which command is used to create a new row in SQL ?
1
Insert Into
2
Alter Table
3
Update
4
All of these
16
PYQ 2025
medium
computer-science ID: bihar-bo
In SQL which command is used to change data in a table ?
1
Update
2
Insert
3
Browse
4
None of these
17
PYQ 2025
medium
computer-science ID: bihar-bo
Which one is a DBMS language ?
1
C
2
SQL
3
Java
4
C++
18
PYQ 2025
medium
computer-science ID: bihar-bo
A program statement written in SQL is called
1
Query
2
Procedure
3
Function
4
Record
19
PYQ 2025
easy
computer-science ID: bihar-bo
Which command is used to modify existing data in SQL ?