Multiple Choice
To change a table name,we ________.
A) use the SQL RENAME TABLE command
B) use the SQL ALTER TABLENAME command
C) use the SQL MODIFY TABLENAME command
D) create a new table,move the data,and drop the old table
E) None of the above is the correct way to change a table name.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Changing table names is complicated by the
Q43: There are several difficulties with increasing cardinalities
Q84: Converting date,money,or other more specific data types
Q89: When dropping a nonkey column from a
Q90: When running an SQL query that uses
Q92: Which of the following SQL statements is
Q93: Which of the following are difficulties when
Q95: When decreasing cardinalities,there will always be _.<br>A)relationship
Q96: If a DEFAULT constraint is included when
Q99: When making any change to the database