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 / tajuddin

It will work your query 100% will work

Chers
Taj

Is This Answer Correct ?    9 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain alias in sql?

582


Why we use stored procedure instead of query?

536


How to place comments in pl/sql?

602


How do I upgrade sql?

546


How do I send sql query results to excel?

579






Is primary key is clustered index?

527


Explain cursor types?

578


Why do we need pl sql?

548


What is case function?

598


what is a trigger? : Sql dba

573


Why is the cursor important?

541


what is an alias command? : Sql dba

546


How is a PL/SQL code compiled?

668


What are different types of sql?

560


What is the requirement of self-join?

544