Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

where we have to use ON clause and where we have to use USING
clause in JOINS

Answer Posted / vipul.solanki

It gives same result.when colum name is same then we can use
Using clause

with use USING :

SELECT * FROM MENU_MASTER MM JOIN MENU_ROLE_METRIX MRM
USING(NMENUNO);

with use ON :

SELECT * FROM MENU_MASTER MM JOIN MENU_ROLE_METRIX MRM ON
MM.NMENUNO = MRM.NMENUNO;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to do a full database export?

1153


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

2373


does the query needs a hint to access a materialized view?

1910


What is index in Oracle?

1133


How to define an external table with a text file?

1128


you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz

2002


A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.

5683


What are a query and state the different types of queries and their uses?

1066


How do I reset a sequence in oracle?

1154


Is insert autocommit in oracle?

1134


What is a trigger oracle?

1139


Difference between varchar and varchar2 data types?

1262


How to define a variable of a specific record type?

1117


Explain the use of rows option in exp command.

1149


what is reindexing?

1732