Multiple Choice
When you add a row for which you have incomplete information to a SQL table, _____.
A) you must change the table structure so that all rows are marked as NOT NULL
B) you use the INSERT command and name the columns for which you are entering data
C) you use the INSERT command and enter a value of null for the columns without data
D) the DBMS will always reject the new row the first time you execute the command
Correct Answer:

Verified
Correct Answer:
Verified
Q25: What was the original name for SQL?<br>A)
Q26: In MySQL, Philip can use the command
Q27: Which general guideline for naming identifiers should
Q28: Which SQL command do you use to
Q29: Which SQL command is used to add
Q31: Which statement about the command used to
Q32: A MySQL database includes a CUSTOMER table,
Q33: Janice wants to examine the structure of
Q34: To change a value in a table,
Q35: You indicate the end of a SQL