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


Please Help Members By Posting Answers For Below Questions

How do you achieve runtime polymorphism?

563


what is the sylabus for priliminaries?

1677


What is destructor oops?

612


What is the diamond problem in inheritance?

569


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

4231






What is the difference between static polymorphism and dynamic polymorphism?

572


What does and I oop and sksksk mean?

643


What are the 3 principles of oop?

608


What is polymorphism what is it for and how is it used?

570


what type of questions

1688


How oops is better than procedural?

581


What is the difference between abstraction and polymorphism?

605


Why do we use polymorphism?

569


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


write knight tour problem which is present in datastructure

2156