Whatz the main diff between Subquery and a Join

Answer Posted / suramya biswas

Sub Query can be used for UPDATE,DELETE statements where as
Join Query is only used in SELECT statement

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of tables supported by oracle?

817


How to get maxsal , minsal, ename department wise in single query

1333


What is procedure overloading in oracle?

810


Explain self joins in oracle?

786


Can we create trigger on materialized view in oracle?

779


How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?

1730


Why is oracle used?

735


How to sort the query output in oracle?

826


types of indexes and the rationale behind choosing a particular index for a situation.

2270


What is a dead lock in oracle?

843


What is a select query statement in oracle?

736


How to convert characters to dates in oracle?

801


Can multiple columns be used in group by in oracle?

757


What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

1882


I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.

3122