Question: Which of the following commands changes a tables name from OLDNAME to NEWNAME? a. RENAME oldname TO newname; b. RENAME table FROM oldname TO newname;
Which of the following commands changes a table’s name from OLDNAME to NEWNAME?
a. RENAME oldname TO newname;
b. RENAME table FROM oldname TO newname;
c. ALTER TABLE oldname MODIFY TO newname;
d. CREATE TABLE newname (SELECT * FROM oldname);
Step by Step Solution
3.45 Rating (168 Votes )
There are 3 Steps involved in it
a REN... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
1803_60b8c1212165a_716034.pdf
180 KBs PDF File
1803_60b8c1212165a_716034.docx
120 KBs Word File
