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


What are joins in sql and what are the different types of joins?



What are joins in sql and what are the different types of joins?..

Answer / Nitesh Ranjan

Joins in SQL allow combining data from two or more tables based on a common column, known as the join key. There are four main types of joins: 1) Inner Join: Returns only the matching records from both tables. 2) Left (Outer) Join: Includes all records from the left table and matching records from the right table. If there is no match, NULL values are displayed for the right table columns. 3) Right (Outer) Join: Works similarly to a left join but returns all records from the right table and matching records from the left table. 4) Full Outer Join: Returns all records when there is a match in either table, with NULL values for missing records.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is tabulation?

1 Answers  


Explain different isolation levels?

4 Answers  


What is the new security features added in sql server 2014? : sql server security

1 Answers  


What are the five major components of a dbms?

1 Answers  


How to connect ms access to sql servers through odbc?

1 Answers  


Why de-normalization required?

1 Answers  


Which TCP/IP port does SQL Server run on?

2 Answers  


What are the requirements to use odbc connections in php scripts?

1 Answers  


What happens when transaction log is full?

1 Answers  


Can we use having clause without group by?

1 Answers  


What is a ddl statement?

1 Answers  


Restore database SQL2000, SQL2012 Backup of base is created in Microsoft SQL Server 2000 - 8.00.2066, I can't restore on Microsoft SQL Server 2012 - 11.0.2100.60

3 Answers   IT Decisions,


Categories