what is joins please explain breffly ??
Answer Posted / sravanthi
The Join keyword is used to query data from 2 or more
tables based on the relationship between the columns in the
table.
1. Join : Returns records when there is atleast one matched
record in both the tables.
2. Left Join : Returns all the records of the left table
irrespective match records in both the tables.
3. Right join : It is just reverse case of left join.
4. Full Join : Returns all the records from both the tables
irrespective matching.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
How to generate create function script on an existing function?
How to select some specific rows from a table in ms sql server?
What is lock escalation? : sql server database administration
What is nonclustered index with included columns ?
What is a View ? Can we insert, Update and delete a view?
What is for xml in sql server?
What is difference statement and preparedstatement?
Does order by actually change the order of the data in the tables or does it just change the output?
What is database dimension? : sql server analysis services, ssas
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
what is the difference between a primary key and a unique key? : Sql server database administration
When would you use it?
What are the different authentication modes in sql server? How can it be changed?
How do I open port 1433?
what's the difference between delete table and truncate table commands? : Sql server database administration