What is Inner Join?
Answers were Sorted based on User's Feedback
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 |
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 |
can foreign key take role of primary key?
5 Answers CarrizalSoft Technologies, TCS, Villa Marie,
Explain data warehousing in sql server?
How to delete duplicate rows in sql server?
What is the security principal at the server level that represents your session?
Define left outer join?
What is the difference between DATETIME2 and DATETIME?
How to delete exactly duplicate records from a table?
Does a sql server 2005 select statement require a from?
Do you have any idea about the tcl commands?
What is page-level compression?
What do you mean by table and field in sql?
what are the advanced features in sql 2008?