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...

hi,

how to match retrieve the unmatched records from 2 tables
in which we dont have any primary key. example : table1 has
1,2,3,4,5 and table2 has 1,2,3,4,5,6,7,8,9,10 and i want
the numbers from 6 to 10 to be displayed and should not
come as null. i need the numbers. please reply as soon as
possible.

Answer Posted / gangadhar

select * from table2 where id not in ( select id from
table1)

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to insert multiple rows with one insert statement in ms sql server?

1178


How to use wildcard characters in like operations in ms sql server?

1186


Introduction of rollup clause using sum and group by clause?

1010


Do you know what is sql service broker?

1161


How to drop existing views from a database in ms sql server?

1144


How do I schedule a sql server profiler trace?

1026


What do you mean by data manipulation language?

1063


What is subquery in sql?

1126


Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?

1123


A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?

1014


what is normalization? Explain different levels of normalization? : Sql server database administration

1410


What does COMMIT command do?

1121


What are the recovery models in sql server 2000?

999


explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

1151


What is entity data services?

1110