Answer Posted / shyam
Union: It will combine the output of two or more queries &
it will eliminate duplicate values.
Union all:It will combine the output of two or more queries
& it will not eliminate duplicate values.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Mention the differences between local and global temporary tables.
What do you need to connect php to sql server?
What does it mean to invest in the index?
How many replicas are maintained for each SQL Azure database?
Does a sql server 2005 select statement require a from?
What is create command?
What are the different acid properties?
What are different types of replication in sql server?
What are truncate options available in sql server? : sql server database administration
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
Do you know data definition language, data control language and data manipulation language?
What is data source view or dsv? : sql server analysis services, ssas
Explain the properties of a relational table?
How to convert numeric expression data types using the cast() function?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?