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 is the difference between local and global temporary tables?
How many non clustered indexes there can be on table ?
What is filter index?
What do you need to connect php to sql server?
What is postgresql server?
What is catalog views?
What is row_number function?
What type of Index will get created after executing the above statement?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
Can sql server be linked with other servers like oracle?
What do you understand by mirroring and mention the advantages of the mirroring?
Explain syntax for viewing trigger?
What are the advantages of passing name-value pairs as parameters?
What happens if ntwdblib.dll is missing on your machine?
How to replace null values in expressions using isnull()?