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
What are user-defined functions (udfs) in sql server?
Can we use where clause with group by?
What is mssql?
Do you know what is difference between stored procedure and user defined function?
Does sql server use java?
What do you mean by SQL injection attack?
How to maintain a fill factor in existing indexes?
What is the default sql server instance name?
What is set nocount on and what is set nocount off?
What is a rownum?
Tell me the phases a transaction has to undergo?
Explain triggers in sql?
How do you check sql server is up and running?
How to convert a numeric expression from one data type to another?
What is the meaning of resultset type_scroll_insensitive?