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
How to write a query with a right outer join in oracle?
Explain index?
Explain what are the uses of rollback segment?
What is columnar storage what is the advantage?
What are advantages of dateset in datastage?
Can a formula column referred to columns in higher group ?
what is the difference between restoring and recovering?
how to clone 9i Database on to 10g Database.
What are transaction isolation levels supported by oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What is an oracle cursor variable?
Can a parameter be passed to a cursor?
In oracle there is column command, how will you explain that?
Is there a combination of "like" and "in" in sql?
Is there any function in oracle similar like group_concat of mysql?