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
Explain the use of file option in exp command.
What is the implicit cursor in oracle?
How to write date and time interval literals in oracle?
How to use "if" statements on multiple conditions?
How do you find current date and time in oracle?
How to create a single index for multiple columns?
What is oracle in java?
what is reindexing?
State the various uses of dbcc command?
what's query optimization and without use of IN AND Exist can we get another way data from query
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
What is background process in Oracle?
What are a query and state the different types of queries and their uses?
What is oracle thin client?
How to execute a stored program unit?