Help me in solving GSQ08 problem

My issue

cant able to solve

My code

/* Write a query to add a column 'Designation' to the table and set 'Null' as the default value. Output the entire table.*/
select*from employee;

Learning course: Learn Data Analytics using SQL and Python
Problem Link: CodeChef: Practical coding for everyone