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
How can you hide the sql server instances?
what are cursors? : Sql server database administration
Tell me what is fill factor?
What is a partition function in sql server?
Differentiate between a primary key and a unique key.
Name few endpoints exposed by ssrs 2012?
What are the advantages of using stored procedures in sql server?
How to create stored procedures with parameters in ms sql server?
What do you understand by integration services in sql server?
What is multilevel indexing?
What stored by the master? : sql server database administration
Is null vs coalesce?
What are the new features of sql server 2012 reporting service?
What is sql service broker?
What is difference between views and stored procedures?