R
Q. What does mysql_query() return on failure?
This question is about how MySQL tells you if a query failed. Think of it like trying to open a door. Sometimes it opens (success!), and sometimes it doesn't (failure!).
You must be Logged in to update hint/solution
Q. Prior to MySQL 6.0, utf8 was
Q. Which of these are the types of operators?
Q. Which clause is mandatory with clause "SELECT" in Mysql?
Q. The function that returns reference to hash of row values is . . . . . . . .
Q. Command that comes under DCL is/are -
Q. The file that can be used to execute multiple compile statements is . . . . . . . .
Q. Name of the data type categories are,
Q. What will be the output of the following MySQL command? SELECT * FROM person WHERE emp_id = NULL;
Q. Which method returns the error code generated from the execution of the last MySQL function?
Q. Collection is an ordered group of elements, all of the same type.
Discusssion
Login to discuss.