Test your understanding

Test your understanding

Professional Development

8 Qs

quiz-placeholder

Similar activities

Databases-S4-18052021 & S9-17052021

Databases-S4-18052021 & S9-17052021

Professional Development

11 Qs

Algoritmos de Ordenação (Insertion e MergeSort)

Algoritmos de Ordenação (Insertion e MergeSort)

Professional Development

13 Qs

Workshop Disdik Kota Padangsidimpuan Jenjang PAUD

Workshop Disdik Kota Padangsidimpuan Jenjang PAUD

Professional Development

10 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Functions and JavaScript

Functions and JavaScript

Professional Development

12 Qs

Python Training Day-6 Quiz-6

Python Training Day-6 Quiz-6

Professional Development

10 Qs

Fundamentos de Bases de Datos

Fundamentos de Bases de Datos

Professional Development

12 Qs

KUIS PEMBATIK MODUL 3

KUIS PEMBATIK MODUL 3

Professional Development

10 Qs

Test your understanding

Test your understanding

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Veron Ting

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the statement to extract data from database

Get

Select

Extract

Load

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which wildcard character indicate select all field from a table

%

*

&

@

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement is correct for select all records from Staff table where ID start with 'MY'

Select * from Staff where ID = 'MY'

Select * from Staff where ID like 'MY'

Select * from Staff where ID = 'MY%'

Select * from Staff where ID like 'MY%'

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The OR operator displays a record if any conditions listed are true. The AND operator displays a record if all of the conditions listed are true

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement is used to return only different values

Select distinct

Select different

Select unique

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data lake data is production data.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component I used to upload file to HUE.

Impala

Hive

File Browser

Oozie

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which keyword is used to sort the result-set

Order

Order by

Sort

Sort by