Question

Which of the following statement is INCORRECT related to mysql_list_tables() function ?

A We can display a list of tables present in a database by using mysql_list_tables() function
B Connection has to be established before call of mysql_list_tables() function
C Connection need not to be established before call of mysql_list_tables() function
D The result pointer returned by this function is used by mysql_tablename() function to display the name of the tables.
Practice Next

Relevant for Exams:

Hey! Ask a query