Suppose there are 4 fields in a table named WORKER (Id, first_name, last_name, joining_year). Which of the
following gives all the information of the workers who have joined after 1965?
Consider the following diagram depicting a kind of a relationship type where X and Z are entities and Y is a
relationship type:
Select the correct statement among the following on the above diagram
Consider the following statements.
A. An entity integrity constraint states that no primary key value can be null.
B. A referential integrity constraint is specified between two relations.
C. A foreign key cannot be used to refer to its own relation.
Identify which of the above statements is/are correct