Question 639 An Assertion is a predicate expressing a condition we wish database to always satisfy. The correct syntax for Assertion is : A CREATE ASSERTION […]
Question 17 Consider the following relation schema pertaining to a students database: Student (rollno, name, address) Enroll (rollno, courseno, coursename) Where the primary keys are shown […]
Consider a database that has the relation schema CR(StudentName, CourseName). An instance of the schema CR is as given below. The following query is made on […]