Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLCREATE TABLESingle-choice MCQ

What does adding double quotes around a table name do in this PostgreSQL statement?

CREATE TABLE "Orders" (id int);