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
Can we create view in stored procedure?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What is the purpose of using pl/sql?
Which join is like inner join?
What is a sql trace file?
describe mysql connection using mysql binary. : Sql dba
How does left join work in sql?
What is union, minus and interact commands?
Is sql difficult?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What are % type and % rowtype?
What is a procedure in pl sql?
Why commit is not used in triggers?
What is a primary key sql?
How do I debug a stored procedure?