sel a.t1,b.t1 from emp a left outer join dept b ON
a.id=b.id where b.deptno=10;
sel a.t1,b.t1 from emp a left outer join dept b ON
a.id=b.id and b.deptno=10;
what is the difference on the above 2 queries?

Answer Posted / rkraju

Hi..,guys.,
joins concepts we are not use where conditions on queries
>>so in that above query we are using where instead of and.
so that is the difference b/w this two queries......,,,,,,,,
>>if any ones knows better result send me..,,

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why teradata is used?

568


What is the purpose of using case expression in teradata?

566


What is collect statistics?

580


Highlight the advantages of PPI(Partition Primary Index).

557


How do you determine the number of sessions?

606






What is a node in teradata? Explain

593


What is the primary index in teradata?

576


How is MLOAD Client System restarted after execution?

589


What happens in a conflict? How do you handle that?

612


What is the purpose of indexes?

581


What is meant by a dispatcher?

553


What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?

540


What is meant by a Parsing Engine?

697


Explain and compare pros and cons of start schemas?

535


What interface is used to connect to windows based applications?

577