MYSQL QUIZ 1

MYSQL QUIZ 1

University

25 Qs

quiz-placeholder

Similar activities

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

Design Thinking Overview

Design Thinking Overview

University

20 Qs

ICT WEBINAR QUIZ

ICT WEBINAR QUIZ

KG - Professional Development

20 Qs

ISPM2  Quiz 1

ISPM2 Quiz 1

University

20 Qs

COMP_Technical Quiz_Round 2

COMP_Technical Quiz_Round 2

12th Grade - University

20 Qs

Industrial Electronics Prelim Quiz 1

Industrial Electronics Prelim Quiz 1

University

20 Qs

IT (data, viruses and more)

IT (data, viruses and more)

8th Grade - Professional Development

20 Qs

MYSQL QUIZ 1

MYSQL QUIZ 1

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

urban online

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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;

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?