Answer Posted / 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 View All Answers
When I delete any data from a table, does the sql server reduce the size of that table?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What do you know about system database? : SQL Server Architecture
Does index slows down insert statements?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
Ways to improve the performance of a SQL Azure Database?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What do you mean by stored techniques? How would we use it?
What are the differences between DDL, DML and DCL in SQL?
What are logical database components? : SQL Server Architecture
How to enable tcp/ip protocol on a sql server?
What is difference between oltp and olap?
What is raid? : SQL Server Architecture
How can I add Reporting Services reports to my application?
whats the maximum size of view state??