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

Option 2 is correct.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are properties in oop?

617


What is inheritance in simple words?

631


What is this pointer in oop?

569


Why is oop useful?

610


What are two types of polymorphism?

622






Which language is pure oop?

560


State what is encapsulation and friend function?

710


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1673


What is constructor overloading in oop?

618


What is the main feature of oop?

634


Why is object oriented programming so hard?

620


How to use CMutex, CSemaphore in VC++ MFC

4342


What is the real time example of inheritance?

649


How to call a non virtual function in the derived class by using base class pointer

5294


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2114