Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / reddi

It won't work coz number can't datatype can't be changed to
varchar. If data does not exits then its work fine.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to set up sql*plus output format in oracle?

1090


What is where clause in sql?

1092


What is the best partition size for windows 10?

1063


Why stored procedure is faster than query?

1170


Is natural join and inner join same?

1000


What is sql resultset?

1045


what is transaction? : Sql dba

1072


Is sql a programming?

1033


What's the procedure?

988


how to fetch common records from two tables? : Sql dba

1260


What are the parts of a sql statement?

1156


What is recursive stored procedure?

1147


What are the advantages of sql? Explain

1163


how to do backup entire database? : Transact sql

1200


Can we commit inside a trigger?

1056