33. Write a query to delete the last row (Weak) in the new SalesRanking table.
DELETE FROM SalesRanking WHERE [Category] = "Weak";