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 / anil
select * from table1
union
select * from table2
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Do you know concepts and capabilities of sql server?
What are locks in sql?
How to update values in a table with update statements in ms sql server?
Why the trigger fires multiple times in single login?
What are a scheduled jobs?
What are “phantom rows”?
What are the different types of lock modes in sql server 2000?
Can I delete event logs?
Are null values the same as that of zero or a blank space?
What are the aggregate and scalar functions?
Explain what is the use of custom fields in report?
How to find the service pack installed? : sql server database administration
query processing
how to define testing of network layers? : Sql server database administration
What is an index in a database?