Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

contains 3 0 0 0 records? EMPLOYEE A . ALTER employee TABLE MODIFY COLUMN emp _ Iname VARCHAR 2 ( 3 0 ) ; B

contains 3000 records?
EMPLOYEE
A. ALTER employee TABLE
MODIFY COLUMN emp_Iname VARCHAR2(30);
B. ALTER employee TABLE
MODIFY COLUMN (emp_Iname VARCHAR2(30));
C. ALTER TABLE employee
RENAME emp_Iname VARCHAR2(30);
D. ALTER TABLE employee
MODIFY (emp_Iname VARCHAR2(30));
E. You cannot increase the width of the EMP_LNAME column.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

600 lb 20 0.5 ft 30 30 5 ft

Answered: 1 week ago