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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: A means must be created to recover
Q4: Which of the following are difficulties when
Q5: Which of the following SQL statements is
Q6: When running an SQL query that uses
Q7: When decreasing maximum cardinalities,there will always be
Q9: The data model produced by reverse engineering
Q10: Database redesign is rarely needed because databases
Q11: The process of reading an actual database
Q12: In the SQL statement:<br>SELECT S1.CustName,S1.SalesRepNo FROM SALES
Q13: Changing table names is complicated by the