adspace


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


Please Help Members By Posting Answers For Below Questions

What is the difference between upgrade and migration in sql server?

1183


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1046


How do I start sql server 2017?

1015


How can I check that whether automatic statistic update is enabled or not?

1111


How do I find query history in sql server?

1022


Is it possible to have clustered index on separate drive from original table location?

1039


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8227


What are different types of constraints?

1000


Explain system functions or built-in functions? What are different types of system functions?

1065


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1132


Can one drop a column from a table?

1088


Explain “row_number()” in sql server with an example?

1078


How to convert numeric expression data types using the cast() function?

1147


What is standby servers? Explain types of standby servers.

1078


How raid can influence database performance?

1116