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

How create table structure only from tableA to TableB if TableA have some data?

4 Answers  


Explain about analysis services?

0 Answers  


What are data resources?

0 Answers  


How to create dbo table in sql server?

0 Answers  


What does it mean to normalize data?

0 Answers  






Can we add an identity column to decimal datatype?

0 Answers  


What are the encryption mechanisms in sql server?

0 Answers  


What is RAID and what are different types of RAID configurations?

8 Answers   Wipro,


What is the difference between local and global temporary tables?

0 Answers  


What is the difference between DTS and SSIS?

3 Answers   Allianz,


How to Display, Amount of Disk Activity Generated by Transact-SQL Statements?

1 Answers  


In which year relase the 7.0& 2000 & 2005?

1 Answers  


Categories