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 / shailesh j

If column contains data then we can only modify size of
column without changing its data type. But if the column is
empty then we can modify its size as well data type.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is break?

1256


Is ms sql is free?

1079


What is a natural join?

1140


Does truncate need commit?

1002


How to read xml file in oracle pl sql?

947


Why functions are used in sql?

1041


What is normalisation and its types?

1044


What is null in pl/sql?

1119


Why is nosql good?

1081


how to present a past time in hours, minutes and seconds? : Sql dba

1069


Why we use cross join?

999


What does rownum mean in sql?

1089


How many types of triggers are there in pl sql?

1119


What action do you have to perform before retrieving data from the next result set of a stored procedure ?

2610


Is sql dba a good career? : SQL DBA

1047