You attempt to query the data base with this command:
SELECT name, salary FROM employee WHERE salary=(SELECT
salary FROM employee WHERE last name='Wagner' OR dept no=233)

Choose most appropriate option from the following:
1)Sub-queries are not allowed in the where clause.
2)a multiple row sub-query used with a single row comparison
operator.
3)a single row query is used with a multiple row comparison
operator.

Answer Posted / vicky

SELECT name, salary FROM employee WHERE salary=(SELECT
salary FROM employee WHERE last name='Wagner' OR dept
no=233)

Choose most appropriate option from the following:
1)Sub-queries are not allowed in the where clause.
2)a multiple row sub-query used with a single row comparison
operator.
3)a single row query is used with a multiple row comparison
operator.
4)logical aparatous are not allowed in where clause .

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Templates mean

1581


What is the difference between procedural programming and oops?

546


2. Give the different notations for the class.\

1580


What is encapsulation with example?

570


Why do we use inheritance?

624






Why do we use polymorphism?

569


What is ambiguity in inheritance?

617


Is abstract thinking intelligence?

585


Write a c++ program to display pass and fail for three student using static member function

2801


Can destructor be overloaded?

591


What is the difference between a mixin and inheritance?

513


Get me an image implementation program.

1551


How do you define social class?

594


class type to basic type conversion

1832


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1409