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
What is flashback in Oracle?
How to install oracle odbc drivers?
What are the tools for Oracle ?
How to use "if" statements on multiple conditions?
Explain the importance of .pll extension in oracle?
How to convert csv to table in oracle?
What are the different pseudo commands? Explain in general?
What are the various constraints used in oracle?
What is pragma autonomous transaction in oracle?
What is ceil and floor in oracle?
What is the difference between sharding and partitioning?
How to invoke the data pump import utility?
How do I connect to oracle database?
What is the usage of save points in oracle database?
What happens to indexes if you drop a table?