PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_SET[‘url’]. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements can be used to select the database? mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); $mysqli->select_db(‘databasename’); $mysqli=select_db(‘databasename’); mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); $mysqli->select_db(‘databasename’); $mysqli=select_db(‘databasename’); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? Oracle Database SQL+ MySQL SQL Oracle Database SQL+ MySQL SQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE DEL TABLE REMOVE TABLE DELETE TABLE DROP TABLE DEL TABLE REMOVE TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens ANSWER DOWNLOAD EXAMIANS APP