Menu

The Relational Database Model Questions

MCQ
31.
A ________ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.
forum Discussion
MCQ
32.
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
forum Discussion
MCQ
33.
The union operation is represented by
forum Discussion
MCQ
34.
The intersection operator is used to get the _____ tuples.
forum Discussion
MCQ
35.
The union operation automatically __________ unlike the select clause.
forum Discussion
MCQ
36.
If we want to retain all duplicates, we must write ________ in place of union.
forum Discussion
MCQ
37.
This query displays
forum Discussion
MCQ
38.
The number of attributes in relation is called as its
forum Discussion
MCQ
39.
_____ clause is an additional filter that is applied to the result.
forum Discussion
MCQ
40.
_________ joins are SQL server default
forum Discussion