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 / debi

(select * from table2)
minus
(select * from table1)

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I create a new template for import ? : sql server management studio

1113


how you can move data or databases between servers and databases in sql server? : Sql server administration

1026


How to convert a numeric expression from one data type to another?

1091


Explain the commands in sql server?

1095


You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?

127


How would you use user_constraints table in DB?

1059


How to get nth highest salary from employee table.

1206


Difference between drill down and drill through report.

1003


Explain sub-query?

1009


Tell me about normalization in DBMS.

1060


What is the command used to check locks in microsoft sql server?

1096


What is the difference between row_number and dense_rank?

935


Mention the differences between local and global temporary tables.

1109


Where sql server usernames and passwords are stored in a sql server?

1035


How to integrate the ssrs reports in application?

1039