Silent question .. what logic does the database use to determine the result set if you select without a connection, for example:
select * from table1, table2
It uses a Cartesian product , it gives any possible combination of two tables.
Additional information on this applies to SQL.
Cartesian product. Each row in the first table is mapped to each row in table 2.
Source: https://habr.com/ru/post/1711600/More articles:Globalization, cache control and HTTP dates in browsers - c #How long can a DataContext exist in EF and Linq2Sql? - .netHow to write "on form submit complete" using javascript? - javascriptLinq2Sql, how to get all individual dates without time part - linq-to-sqlFailed to add "NOT NULL" column to empty table in SQL Server - nullInvalid pointer operation - delphiASP.NET MVC saves and reproduces data after publication - postjquery: text input how to get - jqueryВыбор данных из типа коллекции записей - sqlHow to use linux command to set files - command-lineAll Articles