The ............. statement is used to delete a table. DEL TABLE REMOVE TABLE DELETE TABLE DROP TABLE TRUE ANSWER : ? YOUR ANSWER : ?
When you are building administrative links you’ll need to accept two arguments, which of the following are they? URL of previous entry and URL of the entry you are working with The current page and previous page The current page and URL of the entry you are working with URL of previous entry and previous page TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension? extension=mysqli.dl extension=php_mysqli.dll extension=php_mysqli.dl extension=mysql.dll TRUE ANSWER : ? YOUR ANSWER : ?
In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.1 PHP 5.3 PHP 5.2 PHP 5.0 TRUE ANSWER : ? YOUR ANSWER : ?
The updated MySQL extension released with PHP 5 is typically referred to as. MySQL mysqli mysqly mysql TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following databases has PHP supported almost since the beginning? SQL Oracle Database MySQL SQL+ TRUE ANSWER : ? YOUR ANSWER : ?
Transactions are used to treat sets of SQL statements atomically. False True TRUE ANSWER : ? YOUR ANSWER : ?
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’); TRUE ANSWER : ? YOUR ANSWER : ?
([w-]+) will match ___________ one word characters one or more word characters and/or hypens one or more word characters one or more word characters and hypens TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following DBMSs do not have a native PHP extension? None of these PostgreSQL Microsoft SQL Server IBM DB/2 MySQL TRUE ANSWER : ? YOUR ANSWER : ?