PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() query() send_query() query_send() sendquery() query() send_query() query_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini index.php admin.php .htaccess index.ini index.php admin.php .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errorno() errornumber() errno() errnumber() errorno() errornumber() errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? back() commit() undo() rollback() back() commit() undo() rollback() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ nothing forward slash either nothing or a forward slash backward slash nothing forward slash either nothing or a forward slash backward slash ANSWER DOWNLOAD EXAMIANS APP