Oracle 12c: SQL
Oracle 12c: SQL
3rd Edition
ISBN: 9781305251038
Author: Joan Casteel
Publisher: Cengage Learning
bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter 3, Problem 10MC

Which of the following commands changes a table’s name from OLDNAME to NEWNAME?

  1. a. RENAME oldname TO newname;
  2. b. RENAME cable FROM oldname TO newname;
  3. c. ALTER TABLE oldname MODIFY TO newname;
  4. d. CREATE TABLE newname (SELECT * FROM oldname);
Blurred answer
Students have asked these similar questions
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);
Which of the following commands is valid?a. RENAME customer# TO customernumber FROM customers;b. ALTER TABLE customers RENAME customer# TO customernum;c. DELETE TABLE customers;d. ALTER TABLE customers DROP UNUSED COLUMNS;
Which of the following lists all books published by the publisher named Printing Is Us? (refer to the tables in the JustLee Books database.)a. SELECT titleFROM books NATURAL JOIN publisherWHERE name ¼ 'PRINTING IS US'; b. SELECT titleFROM books, publisherWHERE pubname ¼ 1;c. SELECT *FROM books b, publisher pJOIN tables ON b.pubid ¼ p.pubidWHERE name ¼ 'PRINTING IS US';d. none of the above

Chapter 3 Solutions

Oracle 12c: SQL

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    Oracle 12c: SQL
    Computer Science
    ISBN:9781305251038
    Author:Joan Casteel
    Publisher:Cengage Learning
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning
dml in sql with examples; Author: Education 4u;https://www.youtube.com/watch?v=WvOseanUdk4;License: Standard YouTube License, CC-BY