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 / meghag
Also, use order by clause with union
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a fill factor?
What do you understand by the data quality services in sql server?
can SSRS reports Cache results?
What do you know about system database? : SQL Server Architecture
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
How would you add a section to a table?
How the authentication mode can be changed?
How do you manipulate data?
How to generate create procedure script on an existing stored procedure?
What is Transparent Data Encryption?
How to read data in a table with "select" statements?
Define inner join in sql server joins?
How do you delete a data source?
How to create a new login name in ms sql server?