table-uppercase CREATE TABLE cycling.test ( Foo int PRIMARY KEY, "Bar" int ); DESCRIBE TABLE cycling.test;