Multiple Choice
What does the following SQL command do? insert into Customer_T values (001,'John Smith','231 West St','Boston','MA','02115') ;
A) Adds a new record to the Customer_T
B) Creates the Customer_T table
C) Deletes the Customer_T table
D) Updates the Customer_T table
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The CREATE SCHEMA DDL command is used
Q13: When creating tables, it's important to decide
Q20: What three clauses are contained in most
Q47: Indexes are created in most RDBMSs to:<br>A)
Q53: The following insert command would work fine:<br>insert
Q55: Which of the following will produce the
Q57: What will be returned when the following
Q62: What will be returned when the following
Q87: The HAVING clause and the WHERE clause
Q101: A major benefit of SQL as a