The ............. statement is used to delete a table. DEL TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUE ANSWER : ? YOUR ANSWER : ?
Transactions are used to treat sets of SQL statements atomically. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not an SQL aggregate function? MIN AVG MAX SUM CURRENT_DATE() TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following methods can be used to diagnose and display information about a MySQL connection error? connect_errno() connect_error() mysqli_connect_error() mysqli_connect_errno() TRUE ANSWER : ? YOUR ANSWER : ?
([w-]+) will match ___________ one or more word characters one or more word characters and hypens one word characters one or more word characters and/or hypens TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following databases has PHP supported almost since the beginning? SQL+ SQL Oracle Database MySQL TRUE ANSWER : ? YOUR ANSWER : ?
To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php index.php .htaccess index.ini TRUE ANSWER : ? YOUR ANSWER : ?
Which method returns the error code generated from the execution of the last MySQL function? errornumber() errnumber() errno() errorno() TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following statements should be used to include a file? #include ‘filename’; include ‘filename’; @include ‘filename’; #include ; 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 : ?