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.
you written some code in qtp for opening google.com browser
and entered some text inthe search text box and clicked
search button. this is ur script..
before running this script i have already opened two
google.com browsers.
now am running the script what will happen?
script will run or what??
Thanks...
Nani
A person is standing at the top of a 100mt building, he has
a rope 75mts long and the only way he can come down is
through the rope. He can cut the rope also he can tie the
rope at any point on the building, but he cant jump and
ofcourse dont even think about the stairs :D Find out the
best way he'll come down.