Help me in solving GSQ68B problem

My issue

anyone knows how to solve

My code

/* Write a query to join the table 'Customer' and 'Purchase' using Customer_id as the common column in the table.
Output the joined table including the list of customers who hasn't made any purchases yet. */

Learning course: Database management systems
Problem Link: Project - Left Join Two Tables in Database management systems