A PRIMARY KEY constraint will make certain the column design
A PRIMARY KEY constraint will make certain the column designated as the primary key does not contain a NULL True False A constraint can only be created as pan of the CREATE TABLE command True False If a data value violates a(n) constraint, the entire row is prevented from being added to the table. True False A FOREIGN KEY constraint can be added to the column of a ensure that the referenced data value actually exists in the other table True False If a(n) FOREIGN KEY constraint has been created for a table, it means the data values in that column must be unique and cannot contain NULL, values True False Only one PRIMARY KEY constraint can exist tor each table True False In the USER CONSTRAIN ! S view, the constraint type for a PRIMARY KEY constraint will be listed as PK. True False A NOT NULL constraint is a special constraint True False
Solution
1.True
2.False
3.True
4.True
5.True
6.True
7.False
8.False
9.True
10.True
11.True
