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 |
how can i view structure of table in sql server? tell me that query.
Difference between drill down and drill through report.
Explain the working of sql privileges?
What is the function of inner join?
What is replication and database mirroring?
Data table as parameter in sql server?
How to manipulate data from one table to another table ?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
What is 2nf example?
What is the difference between constraints and triggers?
What do you understand by recursive stored procedure?
What do you mean by acid?
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)