CSE MCQs :: DBMS MCQs
- Which one of the following is a set of one or more attributes taken collectively to uniquely identify a record?
- Consider attributes ID , CITY and NAME . Which one of this can be considered as a super key ?
- The subset of super key is a candidate key under what condition ?
- A _____ is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.
- Which one of the following attribute can be taken as a primary key ?
- Which one of the following cannot be taken as a primary key ?
- A attribute in a relation is a foreign key if the _______ key from one relation is used as an attribute in that relation .
- The relation with the attribute which is the primary key is referenced in another relation. The relation which has the attribute as primary key is called
- The ______ is the one in which the primary key of one relation is used as a normal attribute in another relation .
- A _________ integrity constraint requires that the values appearing in specified attributes of any tuple in the referencing relation also appear in specified attributes of at least one tuple in the referenced relation.