Question 1. A relational database consists of a collection of ?
Tables
Fields
Records
Keys
Question 2. A ..... in a table represents a relationship amount a set of values.
Column
Keys
Row
Entry
Question 3. The term .... is used to refer to a row
Attribute
Tuple
Field
Instance
Question 4. The term attribute refers to a .... of a table.
Record
Column
Tuple
Key
Question 5. For each attribute of a relation, there is a set of permitted values, called the ..... of that attribute.
Domain
Relation
Set
Schema
Question 6. Datbase ......, which is the logical design of the database and the database ...., which is a snapshot of the data in the database at a given time ?
Instance, Schema
Relation, Schema
Relation, Domain
Schema, Instance
Question 7. Course (course_id , sec_id,semester) are ..... and course is a ......
Relation, Attribute
Attribute, Relation
Tuple,Relation
Tuple, Attribute
Question 8. A Domain is atomic if elements of the domain are considered to be .... units.
Different
Indivisible
Constant
Divisible
Question 9. The tuples of the relation can be of ..... order ?
Any
Same
Sorted
Constant
Question 10.Which one of the following is a set of one or more attributes taken collectively to uniquely identify a record ?
Candidate Key
Sub Key
Super Key
Foreign Key