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
What happens to indexes if you drop a table?
How oracle handles dead locks?
Explain the use of record option in exp command.
How to specify default values in insert statement using oracle?
What is meant by joins?
Explain an extent?
What is format trigger?
What is bind variable in oracle 11g?
How to fetch the row which has the max value for a column?
How to create a table interactively?
Can you create a synonym without having a table?
How to sort the query output in oracle?
How to use windows user to connect to the server?
How does the on-delete-cascade statement work?
How to get last row id?