CS403 Quiz 2 Solution
1) A ________ entity has a primary key that is partially or totally derived from the parent entity in the relationship.
- Weak
- Relationship
- Business
- Strong
2) Which of the following constraint is included in the definition of the table>
- Foreign key
- Domain
- Null
- Default value
3) The basic purpose of Diamond in ER diagram is to show the _________.
- Composite attribute
- Relationships
- Entity set
- Attributes
4) The attribute that is calculated from other attribute is called _______
- Derived attribute
- Multi-valued attribute
- Simple attribute
- Composite attribute
5) For which binary operation, relations are not required to be union compatible>
- Union
- Difference
- Intersection
- Cartesian product
6) “Select” and “Project” are the examples of _________.
- Ternary operations
- Binary operations
- Nary operations
- Unary operations
7) ______ is same as Equi-Join with a slight difference.
- Semi Join
- Natural Join
- Outer Join
- Theta Join
8) The attribute EXPERIENCE is calculated from DATE_OF_JOINING attribute. The EXPERIENCE is a ________ attribute.
- Stored
- Derived
- Composite
- Multi-valued
9) An attribute in a relation is a foreign key if the _______ key from one relation is used as an attribute in that relation.
- Primary
- Super
- Candidate
- Sub
10) _________ is the first comprehensive complete database design.
- Conceptual Database Design
- Logical database design
- Relational Database design
- Hierarchical Database design