Forum

Write a sql query r...
 
Share:
Notifications
Clear all

Write a sql query resort located In jaipur display the resort name and the manager Name


Posts: 17
Topic starter
(@rahul)
Active Member
Joined: 4 years ago

Write a query to display the resort name and its manager name for the resort located at jaipur. sort by resort name.

1 Reply
Posts: 36
Guest
(@FA User)
Eminent Member
Joined: 4 years ago

Here is the query to display the resort name and its manager name for the resort located at jaipur order by the resort name.

Select a.ResortName, b.name as ManagerName
From
Resort a,
Manager b
Where
a.managerID=b.managerID
AND
b.city= "JAIPUR"
Order by ResortName
Reply

Self Learning Video Tutorials - Software Course

Leave a reply

Author Name

Author Email

Title *

 
Preview 0 Revisions Saved
Share: