PHP MYSQL TEST-2

PHP MYSQL TEST-2

University

5 Qs

quiz-placeholder

Similar activities

K1 - Pemrograman Web

K1 - Pemrograman Web

University

10 Qs

Database

Database

University

10 Qs

Understanding Internet Protocol

Understanding Internet Protocol

KG - University

10 Qs

Simple Way To Build Website

Simple Way To Build Website

University

10 Qs

Firewall & IDS

Firewall & IDS

University

10 Qs

TOPIC 1 COMPUTER NETWORK

TOPIC 1 COMPUTER NETWORK

University

10 Qs

Client/Server Network Model

Client/Server Network Model

University

10 Qs

PHP MYSQL TEST-2

PHP MYSQL TEST-2

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

Arivuselvi A

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method returns the error code generated from the execution of the last MySQL function?  

errno()

errnumber()

errorno()

errornumber()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statements can be used to select the database?

 $mysqli=select_db(

mysqli=select_db(

mysqli->select_db(

$mysqli->select_db(

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following methods can be used to diagnose and display information about a MySQL connection error?  

A connect_errno()

connect_error()

mysqli_connect_errno()

mysqli_connect_error()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which version of MySQL introduced the prepared statements?  

MySQL 4.0

MySQL 4.1

MySQL 4.2

MySQL 4.3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following methods is used to recuperating prepared statements resources?  

end()

finish()

final()

close()