There is a table1 with records (1,2,3,4,5,6) and table2
with records (4,5,6,7,8,9).write a query so as to get the
result as 1,2,3,4,5,6,7,8,9
Answer Posted / vivek
select col1,col2 from table1 union table2
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
Explain what is log shipping?
Tell me when is the update_statistics command used?
What is report subscription?
What is purpose of normalization?
Introduction of rollup clause using sum and group by clause?
What is the difference between Triggers and Stored Procedure?
Explain how would you store your query in an SSRS report or a Database server?
What is difference between Datepart() and Datename() in SqlServer?
List out a number of the wants to setup a SQL Server failover cluster?
How to update muliple row in single query?
List the different normalization forms?
Define synonym?
What happens if you add a new index to large table?
What is rs.exe utility?
What is the difference between DataRow.Delete() and DataRow.Remove()?