Using Double Quotation Marks in a Delimited Identifier

To include a double quotation mark ( " ) character within a delimited identifier, you must precede the double quotation mark ( " ) with another double quotation mark ( " ). The following statement fragment specifies My "Good" Data as a table name:
CREATE TABLE "My ""Good"" Data" (...);