PHP Databases Handling Which one of the following statements is used to create a table? CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_GET[‘url’]. $_SET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. 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 If there is no error, then what will the error() method return? Empty String FALSE TRUE 0 Empty String FALSE TRUE 0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET index.php POST admin.php POST index.php GET admin.php GET index.php POST admin.php POST index.php GET admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one or more word characters and/or hypens one word characters one or more word characters and hypens one or more word characters one or more word characters and/or hypens one word characters one or more word characters and hypens one or more word characters ANSWER DOWNLOAD EXAMIANS APP