wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FinTech 07-1 SQL

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What were the objectives for SQL day 1?

a)

Install PostgreSQL and pgAdmin.

b)

Combine data from multiple tables using joins

c)

Load CSV files into a database

d)

Run queries in python

e)

Define SQL data types, primary keys, and unique values

2.

What acronym represents the four basic functions of persistent data storage?

a)

CRUD

b)

SQL

c)

ACID

d)

SaaS

3.

Which steps did we take in pgAdmin?

a)

Create new database

b)

Query a table

c)

Create new table

d)

Export a table

e)

Delete a table

4.

Which are valid SQL commands?

a)

SELECT

b)

WHERE

c)

FROM

d)

REMOVE

e)

UPDATE

5.

What is the character that means all after SELECT in SQL?

(a)  

6.

Which are valid data types in SQL?

a)

VARCHAR()

b)

INT

c)

CHAR()

d)

STR()

e)

FLOAT

7.

Which are valid joins in SQL?

a)

CROSS JOIN

b)

FULL INNER JOIN

c)

FULL OUTER JOIN

d)

LEFT JOIN

8.

Analogy - PRIMARY KEY : SQL table :: ______ : pandas dataframe

a)

Header

b)

Index

c)

Column

d)

Row

9.

How was SQL day 1 for you?

4 lines
10.

Any suggestions for improvement?

4 lines