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
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is a table index in oracle?
What is a trigger and what are its types?
What is the sql query to concatenate column values from multiple rows in oracle?
Explain the use of control file?
How to change system global area (sga) in oracle?
What do you mean by merge in oracle and how can we merge two tables?
Please explain oracle data types with examples?
How to best split csv strings in oracle 9i?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
how do u setup a replication site?
What is difference between cartesian join and cross join?
What is the difference between a primary key & a unique key?
what is IDE,DMV in sql server?
What is a cursor and what are the steps need to be taken?