Who proposed the relational model?
A. Bill Gates
B. E.F. Codd
C. Herman Hollerith
D. Charles Babbage
ANSWER: B
Set of premitted values of each attribute is called
A. Domain
B. Tuple
C. Relation
D. Schema
ANSWER: A
Which of the following in true regarding Null Value?
A. Null = 0
B. Null < 0
C. Null > 0
D. Null <> 0
ANSWER: D
Logical design of database is called
A. Database Instance
B. Database Snapshot
C. Database Schema
D. All of the above
ANSWER: C
Snapshot of the dta in the database at a given instant of time is called
A. Database Schema
B. Database Instance
C. Database Snapshot
D. All of the above
ANSWER: B
Which of the following is not Unary operation?
A. Select
B. Project
C. Rename
D. Union
ANSWER: D
Which of the following is not binary operation?
A. Union
B. Project
C. Set Difference
D. Cartesian Product
ANSWER: B
Which of the following is correct regarding Aggregate functions?
A. it takes a list of values and return a single values as result
B. it takes a list of values and return a list of values as result
C. it takes a single value and returns a list of values as result
D. it takes a single value and returns a single value as result
ANSWER: A
The Primary key must be
A. Non Null
B. Unique
C. Option A or B
D. Option A and B
ANSWER: D
A command to remove a relation from an SQL database
A. Delete table <table name>
B. Drop table <table name>
C. Erase table <table name>
D. Alter table <table name>
ANSWER: B