9. Display the client name and order date for all orders
using the JOIN . . . USING method.
Answer Posted / anjum
select c.name,o.ordid,o.orddate from customer c join oreder o
using(custid);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we view last record added to a table?
Hi Can any one tell me what are the API's used in requisition import.
How to assign values to data fields in record variables?
What are privileges and grants?
How to list all user accounts in oracle?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
Explain what are the characteristics of data files?
When do I need to use a semicolon vs a slash in oracle sql?
What is Virtual Private Database in Oracle?
What is connection pool in oracle?
Query to retrieve record for a many to many relationship ?
What is oracle server autotrace in oracle?
What is the max number of columns in an oracle table?
What is a cursor and what are the steps need to be taken?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?