WEB DEV - QUIZ #2

WEB DEV - QUIZ #2

University

10 Qs

quiz-placeholder

Similar activities

ICTDBS506 Creating a 'Car Pool' Database with MySQL

ICTDBS506 Creating a 'Car Pool' Database with MySQL

12th Grade - University

10 Qs

POST-TEST MODUL 1 APSI

POST-TEST MODUL 1 APSI

University

15 Qs

SQL - Constraints

SQL - Constraints

University

15 Qs

PHP MySQL

PHP MySQL

University

15 Qs

SQL Queries

SQL Queries

University

10 Qs

DBMS

DBMS

University

15 Qs

Pemrograman Web

Pemrograman Web

University

10 Qs

Quiz on Microsoft Access Objects

Quiz on Microsoft Access Objects

11th Grade - University

14 Qs

WEB DEV - QUIZ #2

WEB DEV - QUIZ #2

Assessment

Quiz

Computers

University

Medium

Created by

LHANIE MAE DE VERA

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the MySQLi extension, what does "i" stands for?

inversed

insert

improved

inherit

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a parameter needed to establish connection to the database?

attribute

query

$con

password

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following function is used to establish database connection?

mysqli_query()

mysqli_connect()

mysqli_connection()

db_connect()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The _______ clause is used to extract only those records that fulfill a specified condition.

WHERE

FETCH

QUERY

SQL

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What method is used to fetch value passed in the URL?

POST

GET

SESSION

FETCH

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct syntax of deleting record?

DELETE table_name
WHERE some_column = some_value

DELETE FROM table_name
WHERE some_column : some_value

DELETE table_name
WHERE some_column : some_value

DELETE FROM table_name
WHERE some_column = some_value

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This function accepts a string value representing a query as one of the parameters and, executes/performs the given query on the database.

mysqli_connect()

mysqli(connect)

mysqli(query)

mysqli_query()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?