1.

What does the notnull integrity constraint do?(a) It ensures that at least one tuple is present in the relation(b) It ensures that at least one foreign key is present in the relation(c) It ensures that all tuples have a finite value on a specified attribute(d) It ensures that all tuples have finite attributes on all the relations

Answer» Right answer is (c) It ensures that all tuples have a finite value on a specified attribute

Explanation: The notnull integrity constraint ensures that all the tuples have a finite value on the specified attribute in the relation. It avoids the specification of null values.


Discussion

No Comment Found

Related InterviewSolutions