Home » SQL & PL/SQL » SQL & PL/SQL » SQL Non Equi Join (Oralce 9i)
SQL Non Equi Join [message #395889] |
Fri, 03 April 2009 00:14  |
ygsunilkumar
Messages: 100 Registered: August 2008
|
Senior Member |
|
|
what are other operators allowed in the Non EquiJoins except these operators (<=, >=, BETWEEN)? It is an Interview Question.
|
|
|
|
|
|
|
|
|
Re: SQL Non Equi Join [message #396870 is a reply to message #395889] |
Wed, 08 April 2009 04:09  |
flyboy
Messages: 1903 Registered: November 2006
|
Senior Member |
|
|
ygsunilkumar wrote on Fri, 03 April 2009 07:14 | what are other operators allowed in the Non EquiJoins except these operators (<=, >=, BETWEEN)? It is an Interview Question.
|
In my opinion, the easiest way to get this is:
Firstly, determine, which operator is used in equijoin.
Secondly, list all operators. As all the examples you listed are used in conditions, it is possible to find the rest of them in the Conditions chapter of SQL Reference. This documentation book is available e.g. online on http://tahiti.oracle.com/. Or, in an interview, you should ask the examiner what exactly he assumes to be an "operator".
Anyway, the last part is quite obvious.
|
|
|
Goto Forum:
Current Time: Sat May 03 19:41:23 CDT 2025
|