Home / Programming MCQs / MySQL MCQs / Question
V
Q. Which command will remove the records from the table, but not affect the structure of the table?
The TRUNCATE command will remove the records from the table, but not affect the structure of the table.
You must be Logged in to update hint/solution
Q. Constructors are functions that return a new object as its value.
Q. The storage engine for which the runtime options are always enabled is ____
Q. What will be returned by the given query? SELECT sign(26);
Q. Which statements execute a sequence of statements multiple times?
Q. What is the storage size in bytes required for the MEDIUMINT datatype?
Q. Which of the following is case sensitive in MySQL?
Q. Which operators combine the results of two queries into one result?
Q. What will be returned by the given query? SELECT round(153.669, 2);
Discusssion
Login to discuss.