Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

9. Display the client name and order date for all orders
using the JOIN . . . USING method.

Answer Posted / devraj

Select ca.name, ora.ordid, Ora.Orderdate From customer ca,
ord Ora Where Ora.Custid = ca.custid;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write a query with a right outer join in oracle?

1218


Explain index?

1306


Explain what are the uses of rollback segment?

1064


What is columnar storage what is the advantage?

1119


What are advantages of dateset in datastage?

2304


Can a formula column referred to columns in higher group ?

2550


what is the difference between restoring and recovering?

1051


how to clone 9i Database on to 10g Database.

2383


What are transaction isolation levels supported by oracle?

1112


why should i declare foreign key constraint as self relation instead of binary relation in tables ?

2089


What is an oracle cursor variable?

1131


Can a parameter be passed to a cursor?

1179


In oracle there is column command, how will you explain that?

1135


Is there a combination of "like" and "in" in sql?

1114


Is there any function in oracle similar like group_concat of mysql?

1103