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 / vidhya
select count(*) as no_of_vehical,owner_name from vehicles group by owner_name having count(*)>=1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
According to you what goes into making the best database administrator? : sql server database administration
What are the general features of sql server management studio? : sql server management studio
How to create “dependant” parameter “make, model, year”
What is the process of normalization?
What is buffer cash and log cache in sql server?
What does this statement do @@rowcount?
Explain a differential backup?
What are the different types of lock modes in sql server 2000?
Explain syntax for viewing, dropping and disabling triggers?
What are various limitations of the views?
What is open database communication (odbc)?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
How many types of attribute relationships are there? : sql server analysis services, ssas
Define self join?
What is snapshot report?