What are the differences between UNION and JOINS?
Answer Posted / saravakumar
A join selects columns from 2 or more tables. A union
selects rows.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Do you know hot add cpu in sql server 2008?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
Can you force a query to use a specific index?
What is relationship? What number of sorts of relationship are there?
Which command is used for user defined error messages?
What are the three different part of rdl file explain them?
How do I manually uninstall an instance of sql server 2016?
difference between Clustered index and non clustered index ?
Can we write ddl in trigger?
Explain the xml support sql server extends?
do you know how to configure db2 side of the application? : Sql server database administration
How do you check sql server is up and running?
How do I save a stored procedure in sql server?
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
What is the difference between ddl,dml and dcl commands?