Basis Data Kuis DDL dan DML

Basis Data Kuis DDL dan DML

University

27 Qs

quiz-placeholder

Similar activities

Pemrograman Web - UNIB

Pemrograman Web - UNIB

University

25 Qs

Macromedia Flash

Macromedia Flash

8th Grade - Professional Development

26 Qs

Chủ đề: Ms Word 2

Chủ đề: Ms Word 2

2nd Grade - Professional Development

24 Qs

UH-3 DASAR DESAIN GRAFIS

UH-3 DASAR DESAIN GRAFIS

1st Grade - University

25 Qs

Midterm Exam

Midterm Exam

University

25 Qs

ICA 02

ICA 02

University

22 Qs

1A_CIT201 - MIDTERM EXAM 2021-2022

1A_CIT201 - MIDTERM EXAM 2021-2022

University

23 Qs

Section 9: Networking (30-36)

Section 9: Networking (30-36)

University

23 Qs

Basis Data Kuis DDL dan DML

Basis Data Kuis DDL dan DML

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

SINTA SEPTI

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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

Already have an account?