I've got a question. Why does my Oracle Express Edition requires double-quoted table names:
Not working select:
select * from table
Working select:
select * from "table"
Thanks for answers and help with editing my post. I was confused how to name this case.