What are the differences between UNION and JOINS?
Answer Posted / sree
UNION:The SQL UNION operator combines two or more SELECT
statements.
JOINS:SQL joins are used to query data from two or more
tables, based on a relationship between certain columns in
these tables.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is join and name different type of joins?
What are the requirements on sql server network connections?
What is difference between temp table and cte?
How to grant a permission in ms sql server using "grant execute" statements?
How to insert and update data into a table with "insert" and "update" statements?
Differentiate between sql temp table vs table variable?
How do use Having,Group by,Group function in SQL?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
What are the basic functions for master, msdb, model, tempdb and resource databases?
What is difference between foreign key and unique key?
How to name query output columns in ms sql server?
What is transactional replication?
Can you explain full-text query in sql server?
What is master database? : SQL Server Architecture
What are secondary xml indexes?