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 / goutam dey
its very easy yaar who has written this?
just use union operator as in set theory in mathematics
hahaha...
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What are the properties of the transaction?
What are click through reports?
How to get a list of columns in a view using the "sp_columns" stored procedure?
How to sort the query output with order by clauses in ms sql server?
Can the query output be sorted by multiple columns in ms sql server?
What is trigger explain with program?
Explain about SQLOS?
What is index fragmentation in ms sql server?
What is the purpose of the model database?
What is field with example?
What function does a database engine serve in the sql server?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
How can you list all the columns in a database?
What is repeatable read?
What is difference between stored procedure and user defined function?