Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ばかげた質問..次のような結合なしで選択を行う場合、データベースは結果セットを決定するためにどのロジックを使用しますか。
select * from table1, table2
デカルト積を使用し、2つのテーブルの可能なすべての組み合わせを提供します。
これに関する詳細は、SQLに適用されます。
デカルト積。表1の各行は、表2の各行と一致します。