Delete example:
DELETE FROM movies WHERE count_stars > 70;
Update example:
UPDATE movies SET count_stars=3 WHERE count_stars=2;