Solved

When Creating a SQL Table, _____

Question 12

Multiple Choice

When creating a SQL table, _____.


A) add the NOT NULL clause for the columns that cannot contain null values
B) you must add PRIMARY KEY NOT NULL for the primary key column(s)
C) remember that the default behavior for table columns is to reject null values
D) include only those columns for which data will always be known and available

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions