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
Is the After report trigger fired if the report execution fails ?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
Is a rollback possible to any savepoint?
What is a nvl function?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
What is oracle and what are its different editions?
what is the dual table in oracle?
Can I create users through internet explorer in oracle 10g?
How many memory layers are in the oracle shared pool?
What is memory advisor in Oracle?
Explain user account with reference to oracle.
What is the implicit cursor in oracle?
Hi Can any one tell me what are the API's used in requisition import.
Will you be able to store pictures in the database?explain.
How to upsert (update or insert into a table)?