Yes it is possible. But, the other way round.

If you create a table "EMPLOYEE" (in upper case), people will be able to select from it even if they refer to it as "employee".

But, if you create a table as "employee" (in lower case), people will need to refer to it as "employee" only.

This applies to column names as well.