Question
a.
mysql_error()
b.
mysql_errno()
c.
mysql_sqlstate()
d.
mysql_close()
Posted under MySQL Database
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following returns an SQLSTATE code?
Similar Questions
Discover Related MCQs
Q. The argument to the function mysql_error() is _______________
View solution
Q. What does mysql_real_connect() return if it fails?
View solution
Q. The function load_defaults() reads the option files.
View solution
Q. All API calls return a value.
View solution
Q. The general statement-issuing routine is _______________
View solution
Q. For failure, mysql_query() returns _______________
View solution
Q. How many of the following return rows?
SELECT, SHOW, DESCRIBE
View solution
Q. mysql_fetch_row() returns _______________
View solution
Q. The columns containing binary value that include null bytes will not print properly using the %s printf() format specifier.
View solution
Q. mysql_store_result() does not return a result set.
View solution
Q. How many of the following is considered as a special character by ‘mysql_real_escape_string()’?
null byte, single quote, backslash
View solution
Q. What enables encrypted connections to be established?
View solution
Q. The exec_stmt_ssl is written in _______________
View solution
Q. On failure, ‘mysql_query()’ returns _______________
View solution
Q. Input handling cannot be customized with MySQL.
View solution
Q. By default, MySQL does not clip out of range numeric values to the nearest fit value.
View solution
Q. Which table in the ‘INFORMATION_SCHEMA’ stores information about storage engines and server plugins?
View solution
Q. How many of the following is (are) considered as a special character by ‘mysql_real_escape_string()’?
null byte, single quote, backslash
View solution
Q. The embedded server library containing the MySQL server linkable into applications is _______________
View solution
Q. When building from source, the embedded server library is enabled by _______________
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MySQL Database? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!