Search Header Logo

Basis Data Kuis DDL dan DML

Authored by SINTA SEPTI

Computers

University

Used 7+ times

Basis Data Kuis DDL dan DML
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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;

Access all questions and much more by creating a free account

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?