Contents

Which constraint specifies that all values in given column must be unique?
a) NOT NULL     

b) UNIQUE
c) PRIMARY KEY             

d) FOREIGN KEY

b

A primary key that consists of two or more columns is called…..
a) foreign key                      

b) composite key
c) candidate key 

d) none of these

b

Which key is used to create link between data in two tables?
a) foreign key                     

b) composite key
c) candidate key 

d) none of these

a

How many basic functions of data manipulation language?
a) one    

b) two    

c) three 

d) four

c

Explanation: INSERT, UPDATE, DELETE


How many types of views?
a) one    

b) two    

c) three  

d) four

b

Explanation: simple view, complex view


Which of the following view is based on one table?
a) simple view    

b) complex view
c) composite view               

d) none of these

a