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
What is coupling in oop?
Can an interface inherit a class?
What is encapsulation oop?
What are properties in oop?
What is class and object with example?
Please send ford technologies placement paper 2 my mail id
why reinterpret cast is considered dangerous?
What is the oops and benefits of oops programming?
what is graphics
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is this pointer in oop?
2. Give the different notations for the class.\
How Do you Code Composition and Aggregation in C++ ?
write a program to find 2^n+1 ?
What is the real time example of inheritance?