PHP MYSQL TEST-1

PHP MYSQL TEST-1

University

5 Qs

quiz-placeholder

Similar activities

SOAL TIK 01

SOAL TIK 01

University

10 Qs

Introduction to AI - Healthcare & Business

Introduction to AI - Healthcare & Business

University - Professional Development

10 Qs

Quiz 3

Quiz 3

University

10 Qs

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

Социология брендинга

Социология брендинга

University

10 Qs

13. Swing: Tablas

13. Swing: Tablas

University

10 Qs

BIS Week 3 Workshop

BIS Week 3 Workshop

University

10 Qs

ROUND 2

ROUND 2

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