Create a code which deletes the last inserted 5 Accounts
List<Account> acList =[SELECT Id FROM Account ORDER BY CreatedDate DESC LIMIT 5]; delete acList;