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:

Verified
Correct Answer:
Verified
Related Questions
Q56: What will the following expression match to?<br>Name
Q57: A _ is a column (or set
Q58: You can use the generic _ method
Q59: Based on the table below, insert the
Q60: "SQL injection attacks" have been responsible for
Q62: Which of the following statements is correct?<br>A)SQL
Q63: What is the purpose of the LIKE
Q64: Based on the customer table below, which
Q65: An important part of database processing is
Q66: Which Java statement connects to a database