Number of Records in different SQL Joins
Nov 26, 2023 · 3 min read · We are starting with a SQL Interview Question (Hot One 😉). There are two tables containing one column each. The column values are as follows:Left Table: 1, 1, 1, 2, NULL, NULL, 3Right Table: 1, 1, 2, NULL, 4Now, what would be the number of records i...
Sshylu commented