What is Inner Join?

Answers were Sorted based on User's Feedback



What is Inner Join?..

Answer / g.ramesh

Inner Join is default type of join.
It produce result set, which contain's only matched rows.

Is This Answer Correct ?    4 Yes 1 No

What is Inner Join?..

Answer / prasanna

Inner joins use a comparison operator(like = or <>)to match
rows from two tables based on the values in common columns
from each table.It is a default type of join.
These includes Equi Joins and Natural Joins.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is bcp? When does it used?

0 Answers  


How to receive output values from stored procedures?

0 Answers  


Mention the different types of replication in sql server.

0 Answers  


Is the order of columns in the set clause important in ms sql server?

0 Answers  


Can coalesce return null?

0 Answers  






What Is The Difference Between Primary Key & Super Key

3 Answers   Accenture,


Which sql server table is used to hold the stored procedure scripts?

0 Answers  


How many types of cursor type are there?

0 Answers  


What is exporting and importing utility?

0 Answers  


What is the difference between push and pull subscription? : sql server replication

0 Answers  


What is the use of CASCADE CONSTRAINTS?

3 Answers  


what is unique and xaml nonclustered index

0 Answers  


Categories