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 ddl statements in oracle?

0 Answers  


what are the different types of cursors? explain?

4 Answers  


When do you get a .pll extension in oracle? Explain its importance

0 Answers  


How to get last row id?

0 Answers  


Use of an integrity constraint is better to validate data. Explain

0 Answers  






what are the default admin accounts in Oracle 10g ?

0 Answers   MCN Solutions,


What is a user role in oracle?

0 Answers  


Find all employees in Dept “Marketing”.

2 Answers  


Point the difference between translate and replace?

0 Answers  


What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?

2 Answers  


Why use resource manager in Oracle?

0 Answers   MCN Solutions,


How to export your connection information to a file?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)