Contents

What type of SQL is?
a) procedural language                      
b) non-procedural language
c) not a data language       

d) none of these

b

What is the full form of SQL?
a) structured query language         

b) structured quite language
c) structures query list        

d) none of these

a

To form a projection with SQL…….
a) name the relation to be projected
b) keyword 
SELECT & FROM are optional
c) columns to be listed before keyword
d) tables to be listed before keyword

a

Which of the following keyword is used to remove duplication of rows?
a) ONLY                               

b) UNIQUE
c) DISTINCT                      

d) SINGLE

c

Which SQL keyword is used to name a new table?
a) set     

b) create               

c) alter   

d) modify

b

Which SQL keyword is used to change the structure of a table?
a) set     

b) create               

c) alter  

d) modify

c