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:

Verified
Correct Answer:
Verified
Related Questions
Q7: Laura is adding a new product to
Q8: To list all the columns in a
Q9: Which data type should you use for
Q10: Should a user be allowed to enter
Q11: Which MySQL command do you use to
Q13: Which SQL command is used to view
Q14: The DESCRIBE TABLE command defines a SQL
Q15: To display all the rows and columns
Q16: What special value is used in SQL
Q17: In SQL Server, you can execute the