subba rao


{ City } ongole
< Country > india
* Profession *
User No # 10501
Total Questions Posted # 1
Total Answers Posted # 4

Total Answers Posted for My Questions # 1
Total Views for My Questions # 3082

Users Marked my Answers as Correct # 61
Users Marked my Answers as Wrong # 9
Questions / { subba rao }
Questions Answers Category Views Company eMail

Older version QTP is 8.2 and New version QTP is 9.2. My question is, Why it is QTP 9.2, why not 8.3,8.4 .... why it is not something ?

1 QTP 3082




Answers / { subba rao }

Question { 49720 }

what is the difference between simple view and complex view?


Answer

A Simple view selects from one table. A Complex view
selects from one or more tables.
A Simple view does not contain functions but Complex views
contain functions.
You can perform DML through Simple views but you cannot
always perform DML through Complex views.

Is This Answer Correct ?    38 Yes 6 No

Question { 8207 }

what is the syntax of INSERT command?


Answer

INSERT COMMAND CAN BE USED IN TWO WAYS

1.TO INSERT ALL VALUES INTO TABLE : VALUES INSERT INTO
VALUES
(,...)

2.TO INSERT INTO SPECIFIED VALUES : INSERT INTO
NAME> (,...)VALUES
(,...)

Is This Answer Correct ?    2 Yes 0 No


Question { Patni, 20617 }

what is the out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1;


Answer

1st Query Output is:

SQL> select * from Emp where null = null;

no rows selected

2nd Query Output is:

All the rows and columns of emp table

Is This Answer Correct ?    19 Yes 1 No

Question { 19980 }

what is the difference between Error,Defect,Bug,Failure


Answer

what is quality center ?

Is This Answer Correct ?    2 Yes 2 No