N
Q. Which mode exists at both global level and session-specific level?
The system variable ‘sql_mode’ that indicates the default SQL mode is an example of a variable that exists at both the global and session levels. This mode affects several aspects of SQL statement processing.
You must be Logged in to update hint/solution
Q. What will be the output of the following MySQL statement "Null AND Null"?
Q. What does mysql_fetch_row() return?
Q. Which statement is used to remove a trigger?
Q. The collations this statement lists are . . . . . . . . SHOW COLLATION LIKE 'utf8%'
Q. xyz in the following statement is ____
Q. Which character does the mysql client program recognize as a statement delimiter?
Q. Which of the following is more efficient? LOAD DATA, INSERT
Discusssion
Login to discuss.