Menu

The Relational Database Model Questions

MCQ
21.
The ______ is the one in which the primary key of one relation is used as a normal attribute in another relation.
forum Discussion
MCQ
22.
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.
forum Discussion
MCQ
23.
Using which language can a user request information from a database?
forum Discussion
MCQ
24.
Student(ID, name, dept name, tot_cred) In this query which attributes form the primary key?
forum Discussion
MCQ
25.
Which one of the following is a procedural language?
forum Discussion
MCQ
26.
The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple.
forum Discussion
MCQ
27.
The result which operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
forum Discussion
MCQ
28.
The _______operation performs a set union of two
forum Discussion
MCQ
29.
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
forum Discussion
MCQ
30.
The _______ operator takes the results of two queries and returns only rows that appear in both result sets.
forum Discussion