ICE4132 Lab Quiz
ICE4132 Lab Quiz
ICE4132 Lab Quiz
2) Which of the following is generally used for performing tasks like creating the
structure of the relations, deleting relation?
a. DML (Data Manipulation Language)
b. Query
c. Relational Schema
3) Which of the following provides the ability to query information from the database
and insert tuples into, delete tuples from, and modify tuples in the database?
a. DML (Data Manipulation Language)
c. Query
d. Relational Schema
4) Which one of the following given statements possibly contains the error?
a. select * from emp where empid = 10003;
d. select empid where empid = 1009 and Lastname = 'GELLER' from emp;
b. Alter
c. Delete
b. Update
c. Delete
d. Merge
7) Which one of the following commands is used for removing (or deleting) a relation
forms the SQL database?
a. Delete
b. Drop
c. Remove
b. Foreign key
c. Secondary key
10) Which one of the following commands is used to modify a column inside a
table?
a. Drop
b. Update
c. Alter
d. Set