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 is a database table in oracle?

0 Answers  


How to define a variable to match a table column data type?

0 Answers  


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

2 Answers  


Why does Oracle not permit the use of PCTUSED with indexes?

0 Answers  


What is the difference between formal parameters and actual parameters?

0 Answers  






Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

0 Answers  


What is concurrency in oracle?

0 Answers  


How to select an oracle system id (sid)?

0 Answers  


what is cartesian product?

2 Answers  


What is the use of aggregate functions in oracle?

0 Answers  


What is java oracle used for?

0 Answers  


what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?

0 Answers   Goldman Sachs,


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)