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
Explain the concepts involved in Object Oriented programming.
What is difference between inheritance and polymorphism?
Explain the advantages of inheritance.
When not to use object oriented programming?
Is html an oop?
Can we create object of abstract class?
what is different between oops and c++
What are oops functions?
What is polymorphism programming?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What does sksksk mean in text slang?
Templates mean
What is polymorphism and its types?
What is object and example?
write knight tour problem which is present in datastructure