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 the components of marker interface?

602


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2038


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1701


Get me a number puzzle game-program

1694


What is polymorphism and why is it important?

562






Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4245


Why we use classes in oop?

584


Can abstract class have normal methods?

616


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6155


What is abstraction in oop?

637


• What are the desirable attributes for memory managment?

1728


Why is polymorphism needed?

605


What is and I oop mean?

622


Who invented oop?

659


What are the benefits of polymorphism?

625