You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_GET[‘url’]. $_SET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. TRUE ANSWER : ? YOUR ANSWER : ?
Transactions are used to treat sets of SQL statements atomically. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not an SQL aggregate function? SUM CURRENT_DATE() MAX AVG MIN TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following statements is used to create a table? CREATE TABLE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); TRUE ANSWER : ? YOUR ANSWER : ?
Which method rolls back the present transaction? commit() undo() back() rollback() TRUE ANSWER : ? YOUR ANSWER : ?
The updated MySQL extension released with PHP 5 is typically referred to as. MySQL mysqly mysqli mysql TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following databases has PHP supported almost since the beginning? Oracle Database MySQL SQL SQL+ TRUE ANSWER : ? YOUR ANSWER : ?
([w-]+) will match ___________ one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters TRUE ANSWER : ? YOUR ANSWER : ?