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 / girish

Final Answer is 'Option 2' . Read option 2 and 3
carefully, u will get to know why 2 is correct.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the point of polymorphism?

578


What are benefits of oop?

628


What is super in oop?

589


Plese get me a perfect C++ program for railway/airway reservation with all details.

3419


write a programe to calculate the simple intrest and compund intrest using by function overlading

1658






What is constructor in oop?

576


What are the three main types of variables?

595


2. Give the different notations for the class.\

1580


Which method cannot be overridden?

572


Why is oop better than procedural?

599


What is data binding in oops?

574


What is encapsulation process?

573


What is encapsulation with real life example?

564


What is multilevel inheritance?

715


to find out the minimum of two integer number of two different classes using friend function

1635