Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
30 views2 pages

Set 3

The document consists of a series of multiple-choice questions related to database concepts, including the relational model, attributes, null values, database design, and SQL commands. Key answers include E.F. Codd as the proposer of the relational model, 'Domain' as the set of permitted values for attributes, and 'Drop table' as the command to remove a relation from an SQL database. The document also covers operations in databases, aggregate functions, and the requirements for primary keys.

Uploaded by

bmashrequi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views2 pages

Set 3

The document consists of a series of multiple-choice questions related to database concepts, including the relational model, attributes, null values, database design, and SQL commands. Key answers include E.F. Codd as the proposer of the relational model, 'Domain' as the set of permitted values for attributes, and 'Drop table' as the command to remove a relation from an SQL database. The document also covers operations in databases, aggregate functions, and the requirements for primary keys.

Uploaded by

bmashrequi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like