Q. When building up a single SQL statement in a string, do not include any semicolon at the end.
β
Correct Answer: (A)
Yes
Explanation: When we are building a single statement we need not add a semicolon at the end but if we are creating an PL/SQL block then we should add a semicolon at the end of each statement.