SQL - Advanced Joins
You have two tables:
Which SQL query lists all fruit-size pairs but excludes pairs where the fruit is 'Banana'?
Fruits with rows: Apple, Banana, CherrySizes with rows: Small, LargeWhich SQL query lists all fruit-size pairs but excludes pairs where the fruit is 'Banana'?
