Book - Chapter 11 In Database Analytics Flashcards

1
Q

What does in database analytics mean

A

Describe the processing of data within its repository

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

What are the three advantages to using tables

A

Disk storage saving. Changes and corrections are easily made. Products can be added to the database prior to any orders being placed.

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

What is the process of reducing duplications

A

Normalisation

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

What is the select function

A

Specifies the table columns to be displayed

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

What is the from function

A

Specifies the name of the table to be queried

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

What is the where function

A

Specifies the criterion or filter to be applied

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

What is the joint function

A

Specify the relationships between the multiple tables

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

What is an inner join

A

Returns rows from the two tables where the ON criteria is met

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

What is the order by function

A

Sorts of records

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

What is a right outer join function

A

All rows on the table on the right hand side of the join should be returned regardless of whether there is matching

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

What is the union all function

A

Mergence the results of the two select statements regardless of any duplicate records appearing in both select statements

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

What is the union function

A

It is the same as the union all by which it emerges the results of two select statements but it eliminates any duplicates

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

What is the intersect function

A

Determines any identical records that are returned by two select statements.

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

What is the sub query

A

Also known as a nested query. It is an SQL query with in a query

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

What is the roll up function

A

Provides of subtotal

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

What is the cube function

A

Providing subtotals for each column specified

17
Q

In regular expressions what does this symbol mean

^

A

Looks for matches at the beginning of the string

18
Q

In regular expressions what does this symbol mean

|

A

Matches item A or B

19
Q

In regular expressions what does this symbol mean

$

A

Looks for matches at the end of the string

20
Q

In regular expressions what does this symbol mean

*

A

Matches preceding item 0 or more times

21
Q

What is a rank function

A

Can be used to order a set of rose based on some attribute

22
Q

What does EWMA stand for

A

Exponentially weighted moving average

23
Q

What is madlib

A

And open source library for scalable in database analytics

24
Q

What does madlib stand for

A

Magnetic agile deep

25
Q

What is the data lake

A

Represents an environment that Kalex and stores large volumes of structured and unstructured data sets