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 do you write an index?
Can we use pl sql in mysql?
What are the differences between in and exists clause?
What is a table partition?
What is using in sql?
Can a table contain multiple foreign key’s?
Is trigger a stored procedure?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is compound trigger?
Explain the difference between 'between' & 'and' operators in sql
Why we use cross join?
What is clustered index sql?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
Is t sql a programming language?
explain what is mysql? : Sql dba