PHP MYSQL TEST-1

PHP MYSQL TEST-1

University

5 Qs

quiz-placeholder

Similar activities

AWD Quiz #3

AWD Quiz #3

University

10 Qs

WT Slip Test - 1

WT Slip Test - 1

University

10 Qs

PHP MySQL

PHP MySQL

University

10 Qs

Who Wants To Be a Programmer?

Who Wants To Be a Programmer?

University - Professional Development

10 Qs

Quiz 3: PHP

Quiz 3: PHP

University

10 Qs

Database Query

Database Query

University

10 Qs

SQL Programming

SQL Programming

4th Grade - Professional Development

10 Qs

EXERCISE_RELATIONALDATABASE

EXERCISE_RELATIONALDATABASE

University

10 Qs

PHP MYSQL TEST-1

PHP MYSQL TEST-1

Assessment

Quiz

Computers

University

Easy

Created by

Arivuselvi A

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension?

extension=php_mysqli.dll

extension=mysql.dll

extension=php_mysqli.dl

extension=mysqli.dl

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following databases has PHP supported almost since the beginning?  

Oracle Database

SQL

SQL+

MySQL

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statements is used to create a table?

CREATE TABLE table_name (column_name column_type);

CREATE table_name (column_type column_name);

CREATE table_name (column_name column_type);

CREATE TABLE table_name (column_type column_name);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statements instantiates the mysqli class?  

$mysqli = new mysqli()

$mysqli = new mysqli()

$mysqli->new.mysqli()

mysqli->new.mysqli()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If there is no error, then what will the error() method return?  

TRUE

FALSE

Empty String

0