RANDOM WEEK 2 Flashcards

1
Q

SQL is a non procedural language, was does non procedural mean

A

meaning you just tell it what you want, not how to do it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what can you do with the SELECT option

A

with the select option you can get info out of a table :

SELECT * FROM customers;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what can you do with the INSERT option

A

The INSERT statement is used to add new records to a table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

OLTP (Online Transaction Processing)

A

day to day operations, for things like buying stuff online, fast transactions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

OLAP (Online Analytical Processing)

A

data analysis and decision making, analyzing trends, which product was most sold last year (trends) etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

OLTP OR OLAP: clerk/it professional

A

OLTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

OLTP OR OLAP: ad-hoc

A

OLAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

OLTP OR OLAP: query throughput response

A

OLAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

OLTP OR OLAP: repetitive

A

OLTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

why keep OLTP and OLAP seperate? (who uses what)

A

OLTP is used by DBMS
OLAP is used by warehouses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

two sorts of multi-dimensional model

A

star schema: fact table in the middle, connected to smaller attendant tables

snowflake schema: same but further splitting into a set of smaller dimension tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly