Table names are non case sensitive?

I had an existing Table with a name of PEOPLE and tried to create a new Table with a name of people and got the following error message: Wrong entity name character case for: people. Use existing table PEOPLE
Table names are not case sensitive?

This also applies to column names?

Table and column names must be unique in a non case sensitive way.

Regards,
Mark