What are the different types of join?
Answer / Lajwant Singh
"In SQL Server, there are four main types of joins: INNER JOIN (returns only rows that have matching values in both tables), LEFT OUTER JOIN (returns all rows from the left table and matching rows from the right table), RIGHT OUTER JOIN (returns all rows from the right table and matching rows from the left table), and FULL OUTER JOIN (returns all rows when there is a match in either table)."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is usually the first word in a sql query?
What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 Answers Microsoft, TCS, Techastrum,
Why is replication required on the sql server?
How do I clean up sql server transaction log?
Differences between logshipping and mirroring
How to move database physical files in ms sql server?
what are the joins,primary key,foriegn key, candidate key, super key and expain them?
Write an sql query to find first weekday of the month?
How will u test the stroded procedures and functions? difference between SP and Triggers
what is curser.
Why use cursor in sql server?
Why foreign key column allowing null values even a parent tables reference key column not having null value..
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)