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

2) Consider a Table name A which has below records

ID
---
5
5
5
5
5
Consider another table B which has below records

ID
--
5
5
5
5
5
5
5
5
How many rows will be returned by each of the below queries
a) select * from A inner join B on A.id = b.ID
b) select * from A left join B on A.id = b.ID
c) select * from A right join B on A.id = b.ID

Answer Posted / swetha

40 rows but using cross join we can get no of rows

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use clusters?

1013


How to achieve Paging of records in SQL SERVER?

1139


How to loop through the result set with @@fetch_status?

1429


How do I port a number to sql server?

1095


Explain encryption of entire databases without the need for application changes in sql server 2008?

1090


What is a primary index?

977


What is update_statistics command?

1121


What are the default system databases in sql server 2000?

1081


How to use linked server?

1269


Do you know nested transaction?

997


what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?

5974


How to reaname table name without using sp_Rename in sql server..?

1038


IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do

1871


What the different components of Replication and what is their use?

1123


What are transactions in sql?

1130