PHP-MySQL Quiz

PHP-MySQL Quiz

Assessment

Quiz

Other

University

Medium

Created by

Razel amare

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is MySQL primarily used for?

Image editing

Video streaming

Web databases

File compression

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which language is commonly used with MySQL on the web?

Python

Java

PHP

Ruby

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does mysqli_connect() require?

Only username and password

Hostname, database, username, password

Just the database name

No parameters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an advantage of MySQL?

Secure

Scalable

Expensive

Fast

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed MySQL?

Microsoft

Oracle

Google

IBM

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a database in MySQL via PHP?

create_db()

newDatabase()

mysqli_query($conn, "CREATE DATABASE dbname")

add_database()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the SQL command to create a table?

ADD TABLE

INSERT TABLE

CREATE TABLE

MAKE TABLE

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?