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
how is exception handling handled in mysql? : Sql dba
What are the types of variable use in pl sql?
Cite the differences between execution of triggers and stored procedures?
what is the use of set statement in tsql? : Transact sql
What is %s in sql?
Which is better cte or subquery?
How to get unique records from a table?
What is cost in sql execution plan?
What is bitemporal narrowing?
What program will open a mdb file?
Why do we use subquery?
Is nosql relational?
What are the two types of periodical indexes?
how to use 'mysql' to run sql statements? : Sql dba
What is sql*loader and what is it used for?