This question is based on this answer.
What does the following sentence mean?
Finally, don't use mixed case identifiers. Do everything lowercase, so you don't have to quote them.
Does it mean that I should change the commands such as CREATE TABLE, USER_ID and NOT NULL to lowercase? - It cannot because it would be against common naming conventions.