I know it sounds to be a stupid question but i was wondering if the update query can be used without a where clause. And if so in what conditions.<
update
where
So, I think when you want to update the whole field for some kind of reasons like updating the status of users enrollment to free for all users.
UPDATE users SET status = "free";