PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? send_query() query_send() query() sendquery() send_query() query_send() query() sendquery() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE REMOVE TABLE DEL TABLE DELETE TABLE DROP TABLE REMOVE TABLE DEL TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errornumber() errno() errorno() errnumber() errornumber() errno() errorno() errnumber() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? get_row() fetch_row() row() fetch() get_row() fetch_row() row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() commit() back() rollback() undo() commit() back() rollback() ANSWER DOWNLOAD EXAMIANS APP