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 difference between sql and mysql?
What is the difference between clustered and non-clustered index in sql?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Explain what is a subquery ?
What is clause in sql?
What is a temporal data type?
Show code of a cursor for loop.
What are the constraints available in sql?
Is pl sql still used?
Is sqlite thread safe?
What is the use of triggers?
What is clustered index in sql?
what are null values? : Sql dba
Is progress software supports to ( pl/sql )?
How can I make sql query run faster?