18 points
Shouldn’t that be:
DELETE FROM real_influencers WHERE name = 'Simon Riggs';
7 points
8 points
*
I’m a bit paranoid…
UPDATE real_influencers SET is_active = 0 WHERE name = 'Simon Riggs';
9 points
Please, let’s get a little better data in here…
UPDATE real_influencers SET inactive_date=2024-03-29 WHERE name = 'Simon Riggs';
4 points