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 16MC

Which of the following commands creates a new table containing two columns?

  1. a. CREATE TABLE newname (coll DATE, col2 VARCHAR2);
  2. b. CREATE TABLE newname AS (SELECT title, retail, cost FROM books);
  3. c. CREATE TABLE newname (col1, co12);
  4. d. CREATE TABLE newname (col1 DATE DEFAULT SYSDATE, co12 VARCHAR2 (1));
Blurred answer
Students have asked these similar questions
Which of the following commands creates a new table containing two columns?a. CREATE TABLE newname (coll DATE, col2 VARCHAR2);b. CREATE TABLE newname AS (SELECT title, retail, cost FROM books);c. CREATE TABLEnewname (coll, col2);d. CREATE TABLE newname (coll DATE DEFAULT SYSDATE, col2 VARCHAR2 (1));
Which of the following commands drops any columns marked as unused from the SECUSTOMERORDERS table?a. DROP COLUMN FROM secustomerorders WHERE column_status =       UNUSED;b. ALTER TABLE secustomerorders DROP UNUSED COLUMNS;c. ALTER TABLE secustomerorders DROP (unused);d. DROP UNUSED COLUMNS;
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);

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