What is the difference between UNION and UNIONALL?
Answer Posted / valarmathi
union is used to retreive the data with out duplication
union all is used to retreive the data with duplication
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Explain the steps to use transact-sql cursor?
What is transaction server auto commit?
How to create a login account in ms sql server to access the database engine using "create login" statements?
State the difference between local and global temporary tables?
can a table be moved to different filegroup? : Sql server administration
Explain indexed views?
What are the restrictions while creating batches in sql server?
What is rtm version in sql server?
How to change the password of a login name in ms sql server?
What is the process of indexing?
How does normalization work?
What is normalization and its types?
What are the requirements on sql server network connections?
If user is owning any SQL Objects, can we drop that user
What stored procedure can you use to display the current processes?