Difference between oracle's plus (+) notation and ansi join notation?



Difference between oracle's plus (+) notation and ansi join notation?..

Answer / Abhay Raja

Oracle's plus (+) notation is a proprietary method for joining tables, while ANSI join notation is the standard SQL syntax for performing table joins. Oracle's plus notation can be faster but may not work in other database systems that don't support it. The ANSI join notation uses the JOIN keyword and supports multiple types of joins (INNER, LEFT OUTER, RIGHT OUTER, FULL OUTER).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.

3 Answers   Wipro,


What is a nested table and how is it different from a normal table?

1 Answers  


write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.

11 Answers   Wipro,


What is an Index ? How it is implemented in Oracle Database ?

4 Answers  


Display those managers salary greater than the average salary of his employees?(Based on oracle standard Emp table)

6 Answers  


How to use "while" statements in oracle?

1 Answers  


What is the difference between hot backup and cold backup in oracle?

1 Answers  


what is the difference between oracle enterprise edition and oracle express edition?

2 Answers  


Why should I use oracle database?

1 Answers  


How to convert character types to numeric types?

1 Answers  


how to insert data into partitioned table partition done by Range partition

1 Answers  


How to return top 5 rows in oracle?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)