PrepAway - Latest Free Exam Questions & Answers

Category: 1D0-541

Exam 1D0-541: CIW Database Design Specialist

Which integrity constraint is violated in this relation definition?

Consider the following relation definition:
STUDENT(
Student_Number: integer NOT NULL
Name: variable length character string length 20 NOT NULL)
Primary Key Student_Number
HOUSING(
Housing_ID: integer NOT NULL
Student_Number: integer NOT NULL
Building: variable length character string length 25 NOT NULL)
Primary Key Housing_ID
Foreign Key Student_Number References
STUDENT(Student_Number)
ON DELETE NO CHECK
ON UPDATE
Which integrity constraint is violated in this relation definition?

Which SQL statement would be used to return a relation with all information for the employees who have been di

Consider the relations shown in the exhibit. Due to restructuring, the sales department has been
eliminated and the employees working in that department have been dismissed. All ID information
is stored as integers. Which SQL statement would be used to return a relation with all information
for the employees who have been dismissed?


Page 19 of 19« First...10...1516171819