rajasekhar


{ City } hyderabad
< Country > india
* Profession * software doveloper
User No # 43568
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 7
Questions / { rajasekhar }
Questions Answers Category Views Company eMail




Answers / { rajasekhar }

Question { 23196 }

What is shortcut join?could give any one example?


Answer

hi,
The joins are two types... the first one is equi-join that
is using of = symbol.for example we have two tables called
wmp and dept. in emp we have deptno object. the same object
we have dept table also then we can create like this:
emp.deptno = dept.deptno.
The non-equijoin is with out same object from the both table
by using between keyword. we can take the bellow example
like emp(empno,sal) and salgrade(grade, lesssal,highsal) we
can create join from the aboue table like this: where sal
between lesssal and highsal.

Is This Answer Correct ?    1 Yes 6 No

Question { Wipro, 5040 }

Explain about Short cut join?


Answer

hi,
to detect joins automatically go to insert-joins-detect joins..

Is This Answer Correct ?    0 Yes 1 No