MYSQL QUIZ 1

MYSQL QUIZ 1

University

25 Qs

quiz-placeholder

Similar activities

SQL BASICS

SQL BASICS

University

25 Qs

Relational Algebra and Calculus

Relational Algebra and Calculus

University

20 Qs

Database Design & Development 2

Database Design & Development 2

University

20 Qs

DBMS

DBMS

University

20 Qs

Information Management - QUIZ

Information Management - QUIZ

University

20 Qs

MS Excel Basics

MS Excel Basics

5th Grade - Professional Development

20 Qs

Praktikum Basis Data Quiz

Praktikum Basis Data Quiz

University

20 Qs

SQL MIDTERM EXAM

SQL MIDTERM EXAM

University

25 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?