You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- In this problem, we are looking for countries which are either large in area or population from the World table.
-- Using the 'WHERE' clause, it filter the results on these criteria and 'OR' operator allows me to include countries that meet either or both of these conditions.