A
Q. When building up a single SQL statement in a string, do not include any semicolon at the end.
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.
You must be Logged in to update hint/solution
Q. Which of the following is the correct syntax for using the TRUNCATE statement?
Q. A multiple-table delete cannot apply any join.
Q. Which of the following is not a date function?
Q. What is TRUE about SAVEPOINT?
Q. Which statement chooses from a sequence of conditions, and executes a corresponding statement?
Q. Command that comes under DCL is/are -
Q. ALTER command is a type of which SQL command?
Q. Which among the following tags belong to Data Manipulation language?
Q. Which of the following is used for reading and writing operating-system files?
Discusssion
Login to discuss.