DP 900 Flashcards

1
Q

DML

A

insert, delete, update

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

DQL

A

select, show, explain, plan, help.

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

DCL

A

Grant, revoke

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

DDL

A

create, drop, alter, truncate

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

Descriptive

A

what happened

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

Diagnostic

A

Why did it happen

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

Predictive

A

What will happen

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

Prescriptive

A

How can we make it happen

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

Cognitive

A

what if this happens. ML/AI

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

Normalized

A

store Non redundant data. data integrity good. many tables. optimized for storage

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

Denormalized

A

combines data for fast querying. bad data integrity. redundant data common

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

Json object uses

A

{object}

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

JSON array uses

A

[array]

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

Clustered Index

A

Clustered indexes sort and store the data rows in the table or view based on their key values. These are the columns included in the index definition. There can be only one clustered index per table, because the data rows themselves can be stored in only one order.

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