8. Display the client name and order date for all orders
using the natural join keywords.



8. Display the client name and order date for all orders using the natural join keywords...

Answer / devraj

Select ca.name, ord.orderdate From customer ca Natural Join
ord;

Natural join is a cartisn product.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What are temporal data types in oracle?

0 Answers  


How to create a new table by selecting rows from another table?

0 Answers  


Explain the use of online redo log files in oracle.

0 Answers  


There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep

4 Answers   Microsoft,


What is SAVE POINT ?

5 Answers  






Difference between hot backup vs. Cold backup?

0 Answers  


What are the advantages of Views ?

3 Answers  


Explain the difference between a procedure and a function? What do you understand by those terms?

0 Answers  


What is tns entry?

0 Answers  


What is an oracle?

0 Answers  


Can objects of the same schema reside in different tablespace?

0 Answers  


How to create an initialization parameter 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)