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
Explain what are commit and rollback in sql?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
How to generate create view script on an existing view?
What guidelines should be followed to help minimize deadlocks?
What is normalization of database? What are its benefits?
What is partition in sql server?
Is it true, that there is no difference between a rule and a check constraint?
How extra digits are handled with numeric data type literals?
What is reference section?
What is purpose of normalization?
What is database mirroring?
Which tcl commands are available on the sql server?
What is the purpose of grouping data in a report?
What is difference between sql and sql server?
What is efficiency data?