SQL Queries These queries focus on the following: [|=====|] Database -> [|=====|] [TABLE_NAME: customers] [column_names: | id | first_name | country | score |] [row 1 ...
Find the average scores of the customers. Uses COALESCE to replace NULL Score with 0.