Which of the following statement will add a column 'F_name' to the STUDENT table?

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter2: Basic Sql Select Statements
Section: Chapter Questions
Problem 6RQ: How do you indicate that a column alias should be used?
icon
Related questions
Question
O
O
Which of the following statement will add a column 'F_name' to the STUDENT table?
ALTER TABLE Student add (F_name varchar2(20))
ALTER TABLE Student add column (F_name)
ALTER TABLE Student add column F_name varchar2(20)
ALTER TABLE Student add F_name varchar2(20))
Transcribed Image Text:O O Which of the following statement will add a column 'F_name' to the STUDENT table? ALTER TABLE Student add (F_name varchar2(20)) ALTER TABLE Student add column (F_name) ALTER TABLE Student add column F_name varchar2(20) ALTER TABLE Student add F_name varchar2(20))
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
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