How maney row would be print after join if A table have 100
rows and B table have 50 rows...
Answer Posted / gopi muluka
100*50 =5000 Rows
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
How to convert a table data in XML format in sql server?
How to execute stored procedure in select statement sql server?
What is format parameter in ssrs?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
Explain what is “asynchronous” communication in sql server service broker?
How many types of database relationship in sql server?
How column data types are determined in a view?
What is the recursive stored procedure in sql server?
What is application role in sql server database security? : sql server security
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What are the steps to insert a table?
What happens if you insert a duplicate key for the primary key column in ms sql server?
What is resource governor?
How to rebuild indexes with alter index ... Rebuild?
Does group by or order by come first?