WEB DEV - QUIZ #2

WEB DEV - QUIZ #2

University

10 Qs

quiz-placeholder

Similar activities

2.2d

2.2d

9th Grade - University

10 Qs

ICTDBS506 Creating a 'Car Pool' Database with MySQL

ICTDBS506 Creating a 'Car Pool' Database with MySQL

12th Grade - University

10 Qs

DBMS

DBMS

University

10 Qs

Advanced SQL

Advanced SQL

KG - University

10 Qs

Access 2.12 (A) Review

Access 2.12 (A) Review

KG - University

10 Qs

Chapter : 9 Working with tables

Chapter : 9 Working with tables

5th Grade - University

15 Qs

SQL MCQ

SQL MCQ

University

14 Qs

IntroToDatabases W2

IntroToDatabases W2

University

12 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?