+ 1
How many tables in sql can joined at a time?
in SQL there is a join functionality to join two tables which having same primary key. but my question is that how many tables can joined in a single query? if you have qnswer tell me for inner join and for outer join also...
6 ответов
+ 3
meet bhanderi
Can you share something to support the finding? I'm interested if such limits are generally implemented for all DBMS, or is it some DBMS specific implementation.
+ 3
+ 2
https://www.sololearn.com/learn/SQL/1865/
Hope this helps...!!!
+ 2
I have found answer that, in inner join we can use 256 tables at a time and in outer joins we must have to use 2 tables at a time...
- 1
i think no limit in joining tables