MYSQL QUIZ 1

MYSQL QUIZ 1

University

25 Qs

quiz-placeholder

Similar activities

PARC Linux Basic Part 2

PARC Linux Basic Part 2

University

20 Qs

CORLANG Week6-7

CORLANG Week6-7

10th Grade - University

20 Qs

business 1.4 revision

business 1.4 revision

KG - Professional Development

20 Qs

Chapter 8. Securing Network Media and Devices

Chapter 8. Securing Network Media and Devices

University

20 Qs

Quiz No. 3 (Finals)

Quiz No. 3 (Finals)

University

20 Qs

QUIZ 1(SSAD)

QUIZ 1(SSAD)

University

20 Qs

basisdata1

basisdata1

University

20 Qs

Closing entries

Closing entries

University

20 Qs

MYSQL QUIZ 1

MYSQL QUIZ 1

Assessment

Quiz

Computers

University

Hard

Created by

urban online

Used 4+ times

FREE Resource

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?