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 / guru
Union gives the result in two records
We have to use cross join like below
select * from table1,table2
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the difference between push and pull subscription? : sql server replication
What do you need to connect php to sql server?
What do you mean by table and field in sql?
What is the purpose of data source?
Is it ok to shrink transaction log?
What is the difference between a clustered index and a non-clustered index?
Can we return Data from 4(more than 1) tables in stored procedure?
Define cursor locking
What are the basic features of a trigger in ms sql server?
Explain how to integrate the ssrs reports in application?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
Explain filestream storage of sql server 2008?
What are the new data types are introduced in sql 2000?
What is explicit mode in sql server?
What are parameterized reports? What are cascading parameters in ssrs reports?