write a query for list of owner who are having multiple
bikes in below table
1 shanker pulsar
2 shanker Honda
3 shanker car
4 Balu pulsar
5 Balu Honda
6 Balu car
7 Shyam pulsar
8 Jaya Honda
9 Deepa car
10 vasu car
Answer Posted / valibasha
Select owner from table where bike in(‘pulsar’,’Honda’) group by owner having count(*)>=1
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How you trouble shoot when any job fails
How do you rename a table in sql server?
What is transaction server consistency?
What is log in sql server?
What do you mean by an execution plan? Why is it used?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
Can we call stored procedure in trigger?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What is a non equi join?
How the authentication mode can be changed?
Explain the usage of floor function in sql server.
What is difference between count (*) and count 1?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
What is database black box testing?
What are various ways to enhance the ssrs report?