PHP Databases Handling In PHP in order to access MySQL database you will use: mysqlconnect() function mysql_connect() function sql_connect() function mysql-connect() function mysqlconnect() function mysql_connect() function sql_connect() function mysql-connect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? None of these Microsoft SQL Server PostgreSQL IBM DB/2 MySQL None of these Microsoft SQL Server PostgreSQL IBM DB/2 MySQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? row() fetch_row() fetch() get_row() row() fetch_row() fetch() get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([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 one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.0 PHP 5.3 PHP 5.1 PHP 5.2 PHP 5.0 PHP 5.3 PHP 5.1 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP