WEB DEV - QUIZ #2

WEB DEV - QUIZ #2

University

10 Qs

quiz-placeholder

Similar activities

RDBMS-SQL

RDBMS-SQL

University

10 Qs

SQL - Relational Database and tables

SQL - Relational Database and tables

University

12 Qs

DBMS

DBMS

University

10 Qs

7.7 Software Security Review

7.7 Software Security Review

8th Grade - University

15 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

Multipletables, functions, sub-queries

Multipletables, functions, sub-queries

University

10 Qs

DBMS Lab-Model Exam-Viva

DBMS Lab-Model Exam-Viva

University

10 Qs

AWD Quiz #3

AWD Quiz #3

University

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