Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / aarsh dave

The first query will only show the records that are matching
on id and deptno = 10.

The second query will show all the records from table A with
B.t1 as NULL wherever deptno <> 10.

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by a Least Cost Plan?

1104


How many tables can you join in v2r5?

1115


What is meant by a node?

1072


Why do you get spool space errors? How do trouble-shoot them?

1088


What type of indexing mechanism do we need to use for a typical data warehouse?

1223


Syntax for case when statement?

1114


What is the use of teradata system software?

1086


Can we have an unconnected lkp to lookup a db2 record against a teradata record? Doesnt seem to work. I could be wrong

1122


How you will check the version of teradata?

1220


What do you mean by teradata intelliflex?

1167


What are the newly developed features of Teradata?

1081


What are the enhanced features in teradata v2r5 and v2r6?

1182


In the Primary Index, what is the score of AMPs that are actively involved?

1124


What are the scenarios in which full table scans occurs?

1050


What are the multiload utility limitations?

1109