How maney row would be print after join if A table have 100
rows and B table have 50 rows...
Answer Posted / tnt
IF TWO TABLE A(100) AND B(50) ARE PARTICIPATE IN NO
SPECIFIC JOIN THEN IT WILL BE CROSS JOIN LIKE THIS
SELECT A.ROW,B.ROW FROM A,B
IT WILL GIVE 100*50 RESULT
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you troubleshoot errors in a SQL Server Agent Job?
Explain in brief how sql server enhances scalability of the database system?
What is the purpose of sql profiler in sql server?
Can you please explain the difference between primary keys and foreign keys?
Does windows server 2016 come with sql server?
Explain index in sql server?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
What is the difference between count () and rowcount ()?
Explain go command in sql server?
Define compound operators?
Do you know how to store and query spatial data?
What are the main differences between #temp tables and @table variables and which one is preferred?
Why are you getting errors when creating a new odbc dsn?
What is merge join?
What is dbcc command in sql server?