DATA4200 - Week 5 :)

DATA4200 - Week 5 :)

Professional Development

5 Qs

quiz-placeholder

Similar activities

Review

Review

Professional Development

10 Qs

Fullstack Assignment

Fullstack Assignment

Professional Development

10 Qs

9 В  информатика 5

9 В информатика 5

Professional Development

6 Qs

DAY 16 - DS 30

DAY 16 - DS 30

Professional Development

10 Qs

MapScript Basics

MapScript Basics

Professional Development

10 Qs

Introduction to Data Engineering

Introduction to Data Engineering

Professional Development

10 Qs

SFP 2025 | PORTFOLIO WORKSHOP | QUIZZIZ GAME

SFP 2025 | PORTFOLIO WORKSHOP | QUIZZIZ GAME

Professional Development

10 Qs

Data Dynamos Quiz Day 2

Data Dynamos Quiz Day 2

Professional Development

10 Qs

DATA4200 - Week 5 :)

DATA4200 - Week 5 :)

Assessment

Quiz

Other

Professional Development

Hard

Created by

Camila Carvalho

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What the SELECT statement does?

Get the first 10 rows on the table

Get a list of tables in the database

Get data of all or defined columns from a defined table

It's not necessary to add the SELECT statement in the query

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What the WHERE clause represents in the query?

It defines which table we will get the data

It combine two tables

It is mandatory to have the WHERE in a SQL query

It defines the condition to filter the data

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a primary key?

Is a field in one table, that refers to another table

It is the row definition of a table (one or many fields)

It is a column that has information about another column

It is a column that depends of another column

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is true about a primary key?

It cannot have null or duplicate values

It can have empty or null values

It can have duplicate values

It cannot have numbers

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why do we need a SQL client (eg. DBeaver)?

It is not necessary, we could write SQL in the database

It's the interface to access the database

It's the only way to create a table in the database

That is where we store the data and use SQL