guru


{ City }
< Country > india
* Profession * oracle progrmmer
User No # 17331
Total Questions Posted # 1
Total Answers Posted # 0

Total Answers Posted for My Questions # 13
Total Views for My Questions # 18468

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { guru }
Questions Answers Category Views Company eMail

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.

Oracle, TCS,

13 SQL PLSQL 18468




Answers / { guru }