SQL - Advanced Joins
Consider this SQL query:
What is the main issue with this query?
SELECT * FROM A CROSS JOIN B WHERE A.id = B.id;What is the main issue with this query?
SELECT * FROM A CROSS JOIN B WHERE A.id = B.id;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions