Describe the format of the alter table command to add a new table.

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter5: Data Manipulation And Transaction Control
Section: Chapter Questions
Problem 1RQ: Which command should you use to copy data from one table and have it added to an existing table?
icon
Related questions
icon
Concept explainers
Question

Describe the format of the alter table command to add a new table.

Expert Solution
Step 1

ALTER command:

ALTER command is used to modify the existing table.

The syntax is:

ALTER TABLE TABLE_NAME ADD NEW_COLUMN;

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Query Syntax
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
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr