General Information 

If you want to evaluate system tables, please bear in mind the following information:

CREATE TABLE mytab (…)
SELECT … FROM … WHERE … = 'MYTAB'

CREATE TABLE "this is mytab" (…)
SELECT … FROM … WHERE … = 'this is mytab'