select * from car_makers, model_list, car_names, cars_data
select country_code from players where country_code not in (select country_code from rankings where ranking > 50);
For the above 2 sqls, the evaluation.py stuck, and there is no error message.
select * from car_makers, model_list, car_names, cars_data
select country_code from players where country_code not in (select country_code from rankings where ranking > 50);
For the above 2 sqls, the evaluation.py stuck, and there is no error message.