Answer Posted / ramesh raja
UNION: combine distinct values between two tables
UNION ALL : combine all values and also duplicates values
between the two tables
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is sql different from sql server?
What is the maximum size of column in sql server?
List the different normalization forms?
List all the types of user-defined functions?
Give main differences between "Truncate" and "Delete".
What is nonclustered index on computed columns?
What are the different types of join?
How do I find the sql server version?
Can a table have 2 foreign keys?
What is implicit cursors?
What is the difference between upgrade and migration in sql server?
Explain activity monitors
How can we improve performance by using SQL Server profiler?
When multiple after triggers are attached to sql table, how to control the order of execution?
What is the main difference between ‘between’ and ‘in’ condition operators?