MySQL 1

MySQL 1

University

10 Qs

quiz-placeholder

Similar activities

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

Advanced SQL

Advanced SQL

KG - University

10 Qs

IntroToDatabases W2

IntroToDatabases W2

University

12 Qs

INTRODUCTION TO MYSQL

INTRODUCTION TO MYSQL

University

10 Qs

SQLite - Writing Queries

SQLite - Writing Queries

University

9 Qs

U3.4. CallableStatements (JDBC)

U3.4. CallableStatements (JDBC)

University

14 Qs

Midterm Exam IM2B

Midterm Exam IM2B

University

9 Qs

BD 1 - Prova SQL - 2 chamada

BD 1 - Prova SQL - 2 chamada

University

10 Qs

MySQL 1

MySQL 1

Assessment

Quiz

Computers

University

Medium

Created by

salnan ratih

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 10 pts

The unique column used to identify the records is called:

2.

FILL IN THE BLANK QUESTION

20 sec • 10 pts

What is the name of the language used in creating & accessing databases?

3.

REORDER QUESTION

45 sec • 10 pts

Rearrange the code to select the ''name'' column values from the ''customers'' table.

`name`

SELECT

`customers`

FROM

4.

FILL IN THE BLANK QUESTION

20 sec • 10 pts

Symbol to select all of the columns from the table.

5.

REORDER QUESTION

45 sec • 10 pts

Rearrange This Following SQL use LIMIT to to select the ''id'' and ''name'' columns from ''customers''. Show 12 results, starting from the fifth.

`id`,`name`

5,12

FROM `customers`

LIMIT

SELECT

6.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Comparison Operator that we use in the WHERE clause is ...

AND

!

==

BETWEEN

7.

DRAG AND DROP QUESTION

45 sec • 10 pts

Fill in the blank, to select all data from table students where the city equals to ''Malang'' and sorting by `name` and only retrieve the first two records

SELECT ​ (a)   FROM `students`

WHERE​ (b)   ​ (c)   ​ (d)   ;

*
`city`='Malang'
Order By `name`
LIMIT 2

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?