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
What is GUID in sql server?
What are the differences between having and where clause.
What is the difference between having clause and where clause in sql server?
how to do partition in sqlserver
What is the advantage of sql server?
What is acid properties?
Do you know what are the steps to process a single select statement?
Differentiate between sql temp table vs table variable?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What are key constraints?
What is the default server name for sql server?
What is the standby server?
What are functions in the sql server?
How to list all dsn entries on your local machine using odbc_data_source()?
What is tempdb in sql server?