DBMS - Lab Quiz-3
DBMS - Lab Quiz-3
Subject with Code: DBMS_LAB (RCS4C202) Course & Branch: B. Tech. & CSE
Year & Semester: 3rd & 5th
1. Which is the subset of SQL commands used to manipulate Oracle Database structures,
including tables? [0.5 Mark][CO2][L3]
a) Data Definition Language (DDL)
b) Data Manipulation Language(DML)
c) DML and DDL
d) None of the Mentioned
5. Which command is used for removing a table and all its data from the database:
[0.5 Mark][CO2][L3]
a) Create command
b) Drop table command
c) Alter table command
d) All of the Mentioned
6. Which command allows the removal of all rows from a table but flushes a table more
efficiently since no rollback information is retained:
[0.5 Mark][CO2][L3]
a) TRUNCATE command
b) Create command
c) Drop table command
d) Alter table command
7. In SQL, the ALTER command cannot be used to perform which of the following task?
[0.5 Mark][CO2][L3]
a) Add Column
b) Drop Column
c) Modify Column
d) Restore Column