9. Display the client name and order date for all orders
using the JOIN . . . USING method.

Answers were Sorted based on User's Feedback



9. Display the client name and order date for all orders using the JOIN . . . USING method...

Answer / 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

9. Display the client name and order date for all orders using the JOIN . . . USING method...

Answer / 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

More Oracle General Interview Questions

What are the execution control statements?

0 Answers  


How to define an anonymous block?

0 Answers  


What is java oracle used for?

0 Answers  


which sql command we can use to get a print out from oracle?

2 Answers   iFlex, INDUS,


What is sequence?

0 Answers  






how to find the n'th highest salary from emp ?

10 Answers  


How to create a single index for multiple columns?

0 Answers  


diff between DELETE and TRUNCATE?.

14 Answers   HCL, Yalamanchili Software,


What is the difference between a primary key & a unique key?

0 Answers  


How to open and close an explicit cursor in oracle?

0 Answers  


What is truncate oracle?

0 Answers  


How do I escape a reserved word in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)