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
What is the most important ddl statements in sql are?
what is unique key constraint? : Sql dba
Enlist some predefined exceptions?
What are the types of join and explain each?
How to fix oracle error ora-00942: table or view does not exist
Explain the update statement in sql
how to use case expression? : Sql dba
What is Collation Sensitivity ? What are the various type ?
what is auto increment? : Sql dba
What are pl/sql packages?
Is not null in sql?
What is pl sql block structure?
which tcp/ip port does sql server run on? : Sql dba
What is use of term?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba