a) No proper subset is a super key
b) All subsets are super keys
c) Subset is a super key
d) Each subset is a super key
The subset of a set cannot be the same set. Candidate key is a set from a super key which cannot be the whole of the super set.
a) Referential
b) Referencing
c) Specific
d) Primary
A relation, say r1, may include among its attributes the primary key of another relation, say r2. This attribute is called a foreign key from r1, referencing r2. The relation r1 is also called the referencing relation of the foreign key dependency, and r2 is called the referenced relation of the foreign key.
In this query which attributes form the primary key?
a) Name
b) Dept
c) Tot_cred
d) ID
The attributes name, dept and tot_cred can have same values unlike ID.
a) DML(Data Manipulation Langauge)
b) DDL(Data Definition Langauge)
c) Query
d) Relational Schema
DML performs the change in the values of the relation.
b) ID
c) Where
d) Instructor
Where selects the rows on a particular condition. From gives the relation which involves the operation. Since Instructor is a relation it has to have from clause.
Items per page: