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 grant create session privilege to a user in oracle?
Oracle
What privilege is needed for a user to create tables in oracle?
How would you change old and new values in an insert, delete and update triggers?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
Is a rollback possible to any savepoint?
Is java required for oracle client?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to Truncate Table in Oracle
What is the parameter mode that can be passed to a procedure?
How to define default values for formal parameters?
How to define a variable to match a table column data type?
Explain the use of constraints option in exp command.
How to get execution statistics reports on query statements?
How can we find out the current date and time in oracle?