Examveda
Examveda

Which is NOT one of the most common types of SQL CHECK constraints?

A. System date

B. Range checks

C. Lists of values

D. Comparing one column value to another within the same table

Answer: Option A


This Question Belongs to Database >> SQL For Database Construction

Join The Discussion

Related Questions on SQL for Database Construction

The DROP TABLE statement:

A. deletes the table structure only.

B. deletes the table structure along with the table data.

C. works whether or not referential integrity constraints would be violated.

D. is not an SQL statement.