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 self-join? : Sql dba
Differentiate between % rowtype and type record.
how to include character strings in sql statements? : Sql dba
What is example of database?
Can you skip header records while loading? : aql loader
What is a temp table?
what is the difference between join and union? : Sql dba
What is difference between left and right outer join?
What are properties of the transaction?
Is it possible to create the following trigger: before or after update trigger for each row?
Why do we use joins?
What is type and rowtype in pl sql?
What are different types of statements supported by sql?
What is the difference between functions, procedures, and packages in pl/sql?
What is the use of sql trace?