-- Place your SQL code here
UPDATE vn.supplier
    SET name = UPPER(name),
    nickname = UPPER(nickname);