Solved

SQL Uses Single Quotes (') to Delimit Strings

Question 61

Multiple Choice

SQL uses single quotes (') to delimit strings.What is the standard in order to include a single quote in a String? For example: 'Joe's Burgers'


A) Use double quotes (")
B) Use a normal single quote
C) Use the single quote twice
D) Escape with a (\') as in Java

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions