How can you add a new column named 'date_of_birth' to an existing table named 'users'?

 ALTER TABLE users

ADD COLUMN date_of_birth DATE;