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 / dilip
the answer is b becouse the query the query compares one
row at a time and there is multiple rows generated in
subqueries
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is abstraction in oop?
What is polymorphism explain its types?
What is inheritance and how many types of inheritance?
Advantage and disadvantage of routing in telecom sector
What are the 4 pillars of oop?
How do you achieve runtime polymorphism?
Can you explain polymorphism?
• What are the desirable attributes for memory managment?
What is multilevel inheritance in oop?
what is graphics
What is inheritance in oop?
Can destructor be overloaded?
What is destructor example?
write a program to find 2^n+1 ?
What is protected in oop?