Create table emp
(id number(9), name varchar2(20),salary
number(9,2));
The table has 100 records after table created.Now i nee to
change id's Datatype is to be Varchar2(15). now

Alter table emp modify(id varchar2(15),name varchar2(20),
salary number(9,2));

Whether it will work or returns error? post answer with
explanation.

Answer Posted / krishna

It wil not work

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anonymous block in sql?

818


What does select * from mean in sql?

2530


How to run sql commands in sql*plus?

783


What are the benefits of triggers?

890


What is sql key?

687






How do I upgrade sql?

733


How to download oracle sql developer?

845


Explain 3 basic parts of a trigger.

1037


How to add, remove, modify users using sql?

743


What are the types of dbms?

717


what is the difference between truncate and drop statements? : Sql dba

743


How do I kill a query in postgresql?

751


What is the difference between python and sql?

704


What is a string data type in sql?

715


How many types of triggers are there in pl sql?

777