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 are the types of database schema? : sql server analysis services, ssas
Is BCNF better than 2NF & 3NF? Why?
0 Answers Akamai Technologies,
What is index in an assignment?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
SQL stops working in every 15 days displaying message that database log file is full. Log file size is 3.95 GB. It is happening after shrinking the database also. What is solution to overcome this problem. Please help me as it's urgent.
Explain the xml support sql server extends?
What are Magic Table?
34 Answers 3i Infotech, Digiweb, Evalueserve, NIIT, PL,
What are group functions in query statements in ms sql server?
How each E-R model constructs can be mapped to the relational model?
Describe and explain about SQL native client?
How to delete existing triggers using "drop trigger"?
What is the difference between SSAS 2000 and SSAS 2005?