How maney row would be print after join if A table have 100
rows and B table have 50 rows...
Answer Posted / brajesh kumar srivastava
its depend on join what type join you are using,If You are
using cross join then 100*50 record would printed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you make an attribute not process? : sql server analysis services, ssas
How to disable a login name in ms sql server?
Explain temporary table vs table variable by using cursor alternative?
What stored by the tempdb ? : sql server database administration
What is Cross Join and in which scenario do we use Cross Join?
What is the difference between dropping a database and taking a database offline?
How to write an inner join with the where clause in ms sql server?
Do you know what is a linked server in sql server?
What is a system database and what is a user database?
What is #table in sql server?
What is 'Join' and explain its various types.
What is row_number () and partition by in sql server?
Can we add a cpu to sql server?
How to execute a stored procedure in ms sql server?
Is sql different from sql server?