Basis Data Kuis DDL dan DML

Basis Data Kuis DDL dan DML

University

27 Qs

quiz-placeholder

Similar activities

SQL

SQL

12th Grade - Professional Development

23 Qs

Y6 Unit111

Y6 Unit111

6th Grade - University

22 Qs

Test 2 T1

Test 2 T1

University

23 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

CertyIQ - Google - Prof Data Eng - pt 6

CertyIQ - Google - Prof Data Eng - pt 6

University

30 Qs

MOD3/4 Topic Test - Using Spreadsheets - Cam Nationals in IT

MOD3/4 Topic Test - Using Spreadsheets - Cam Nationals in IT

1st Grade - University

32 Qs

MYSQL QUIZ 1

MYSQL QUIZ 1

University

25 Qs

DBMS SQL

DBMS SQL

University

30 Qs

Basis Data Kuis DDL dan DML

Basis Data Kuis DDL dan DML

Assessment

Quiz

Computers

University

Easy

Created by

SINTA SEPTI

Used 7+ times

FREE Resource

27 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A. SELECT

Insert the missing statement to get all the columns from the Customers table.

………. * FROM Customers;

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A. SELECT

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

…………   ……….   ………..  Customers;

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A. SELECT

Select all the different values from the Country column in the Customers table.

………..   ………..   Country FROM Customers;

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

B. WHERE

Select all records where the City column has the value "Berlin".

SELECT * FROM Customers

…………   ………… = ‘………’;

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

B. WHERE

Use the NOT keyword to select all records where City is NOT "Berlin".

SELECT * FROM Customers

………… …… ……… = ‘…………’

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

B. WHERE

Select all records where the CustomerID column has the value 32.

SELECT * FROM Customers

………… CustomerID = ……;

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

B. WHERE

Select all records where the City column has the value 'Berlin' and the PostalCode column has the value 12209.

………… * FROM Customers

……… City = ‘Berlin’

…… ……… = 12209;

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?