explain different types of jions with examples briefly?
Answer Posted / vijay
The SQL join command is used to join two or more tables. At
times you may need to join two or more tables to retrieve
the information you need from your SQL database
Types Of Joins-
1.Inner Join
2.Outer Join -types -
left Outer,
Right Outer,
Full Join
3.Cross Join
4.Self Join
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is dirty page?
Explain indexes disadvantages?
What are the restraints imposed on the table design by a merge replication?
How is table type constraint applied to a table?
Explain what are the database objects? : SQL Server Architecture
What is reportserver and reportservertempdb ?
How to scale out a federation by Sql statement?
When is update_statistics command used?
What is the exact numeric data type in sql?
Can select statements be used on views in ms sql server?
What is provisioning, billing and metering, and connection routing concepts in the service layer?
Can we use having clause without group by?
Explain “not null constraint” in sql server?
What is a livelock?
Can we hide the definition of a stored procedure from a use?