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
What are the two types of cursors in pl sql?
What is difference between nchar and nvarchar?
What is the process of debugging?
how to use like conditions? : Sql dba
What does stand for in sql?
How does cross join work in sql?
Why is pl sql used?
What is a null value?
How to avoid using cursors?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is blind sql injection?
How do you pronounce sql?
Can we rollback truncate?
Is there a 64 bit version of ssms?
Do ddl statements need commit?