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 view?
Is oracle a programming language?
What happens if the update subquery returns multiple rows?
How to rename a tablespace in oracle?
what are archived logs?
What is the usage of control file in oracle?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
In the oracle version 9.3.0.5.0, what does each number shows?
How do I limit the number of oracle database connections generated by weblogic server?
What is the difference between a primary key & a unique key?
how to clone 9i Database on to 10g Database.
What do you understand by a database object? Can you list a few of them?
What is an Oracle index?
Explain the use of parfile option in exp command.
What are a collation and state the different types of collation sensitivity?