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

write a query to count number of alphabets in given string for example "APPLE" write a query to generate sequence from 50 to 100 write a query to display in single string "ABCD,EFGH,IJKL,PQRS"

7 Answers   British Telecom BT,


What is difference between Rename and Alias?

1 Answers  


In Oracle 10g, "g" Stands for what?

5 Answers   Mphasis,


How to connect to the server with user account: sys?

0 Answers  


How to drop a stored procedure in oracle?

0 Answers  






What is a select query statement in oracle?

0 Answers  


What is the difference between SQL and SQL Server?

2 Answers   CTS, TCS,


Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?

0 Answers  


What are the attributes of the cursor?

0 Answers  


How to display First 4 rows From Database Table?

6 Answers  


What is the quickest way to export a table to a flat file?

0 Answers  


Define the terms primary key foreign key and also the difference between primary and the unique key

2 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)