Multiple Choice
What SQL command will allow you to change the table STUDENT to add the constraint named GradeCheck that states that the values of the Grade column must be greater than 0?
A) ALTER TABLE STUDENT ALTER CONSTRAINT GradeCheck (Grade > 0) ;
B) ALTER TABLE STUDENT ADD CONSTRAINT GradeCheck (Grade > 0) ;
C) ALTER TABLE STUDENT ADD CONSTRAINT GradeCheck CHECK (Grade> 0) ;
D) None of the above is correct.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: A heterogeneous distributed database is which of
Q10: Which of the following is true concerning
Q11: For every relationship, how many possible types
Q12: Storing a separate copy of the database
Q13: A distributed database can use which of
Q15: A transaction manager is which of the
Q16: The SQL keyword(s) _ is used with
Q17: Some of the columns of a relation
Q18: Which of the following is not true
Q19: If a relationship has a cascade updates