Notes on C and C++ variable declaration and usage

Single quotation marks and quotation marks have different meanings in C, C++, and SQL.

C and C++ use quotation marks to delimit string constants and apostrophes to delimit character constants. SQL does not have this distinction, but uses quotation marks for delimited identifiers and uses apostrophes to delimit character string constants. Character data in SQL is distinct from integer data.