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

1 Expert Approved Answer
Step: 1 Unlock

a REN... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

1803_60b8c1212165a_716034.pdf

180 KBs PDF File

Word file Icon

1803_60b8c1212165a_716034.docx

120 KBs Word File

Students Have Also Explored These Related Oracle 12c SQL Questions!

Related Book