Search Header Logo

MYSQL QUIZ 1

Authored by urban online

Computers

University

Used 4+ times

MYSQL QUIZ 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

MySQL is a widely used relational database management system (RDBMS)

TRUE

DOUBTFUL

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

MySQL is free and open-source.

DOUBTFUL

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When MYSQL first release?

1998

1997

1996

1995

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Insert the missing statement to get all the columns from the Customers table. ______ * FROM Customers;

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write a statement that will select the City column from the Customers table. ______ ____ ____ Customers;

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Select all records where the CustomerID column has the value 32. SELECT * FROM Customers _____ CustomerID _ __ ;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select all records from the Customers table, sort the result reversed alphabetically by the column City.

SELECT * FROM Customers ORDER BY City ASC;

SELECT * FROM Customers ORDER BY CIty DESC;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?