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
Answers were Sorted based on User's Feedback
Answer / 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 |
what is replication? where do u use Go Keyword?
Can we add our custom code in ssis?
How to download and install sql server 2005 books online?
What is data modification?
Does sql server use java?
What is the full form of ddl?
What are data resources?
What are information schema views?
What is the difference between a view and a stored procedure?
what is raid? : Sql server database administration
What is the maximun sixes of .mdf in sql server 2005
What is a with(nolock)?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)