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
Explain the different index configurations a table can have?
What is enhanced database mirroring in sql server 2008?
How to drop an existing table?
what is database replication? : Sql server database administration
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
Mention the 3 ways to get a count of the number of records in a table.
Explain triggers?
Explain what is meant by replication of database?
Can a table be moved to different filegroup?
What are different types of roles provided by ssrs?
How to connect of datebase with sql express.?
What is the return type of executeupdate ()?
role of sql sever 2005 in database rather than any other database
Is truncate autocommit?
What is resultset concur_updatable?