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
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What are the extra roles available in msdb? : sql server security
Can two different columns be merged into single column? Show practically?
in the physical file layout, where should the transaction log be stored in relation to the data file?
How to include date and time values in sql statements?
What is failover clustering overview?
Can you explain powershell included in sql server 2008?
What is Federation Root Database?
How you can get the list of largest tables in a database?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
How to include text values in sql statements?
What is SQL Azure Federations?
what is package and it uses and how can u call a package
wat wil hapn if we give the both read and deny read permission to user?
How can sql injection be stopped? : sql server security