Which of the following commands will increase the size of the CITY column in the CUSTOMERS table

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter3: Table Creation And Management
Section: Chapter Questions
Problem 15MC
icon
Related questions
Question

q24

Which of the following commands will increase the size of the CITY column in the CUSTOMERS table from 12 to 20 and increase size of the LASTNAME
?column from 10 to 14
ALTER TABLE customers MODIFY (city VARCHAR2(20), lastname VARCHAR2(14)) a o
ALTER TABLE customers MODIFY (city VARCHAR2(+8), lastname VARCHAR2(+4)) b O
ALTER TABLE customers MODIFY (city (20), lastname (14)) .c O
ALTER TABLE customers MODIFY (city (+8), lastname (+4)) .d O
Transcribed Image Text:Which of the following commands will increase the size of the CITY column in the CUSTOMERS table from 12 to 20 and increase size of the LASTNAME ?column from 10 to 14 ALTER TABLE customers MODIFY (city VARCHAR2(20), lastname VARCHAR2(14)) a o ALTER TABLE customers MODIFY (city VARCHAR2(+8), lastname VARCHAR2(+4)) b O ALTER TABLE customers MODIFY (city (20), lastname (14)) .c O ALTER TABLE customers MODIFY (city (+8), lastname (+4)) .d O
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Types of Protocols
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