DP 900 Flashcards
DML
insert, delete, update
DQL
select, show, explain, plan, help.
DCL
Grant, revoke
DDL
create, drop, alter, truncate
Descriptive
what happened
Diagnostic
Why did it happen
Predictive
What will happen
Prescriptive
How can we make it happen
Cognitive
what if this happens. ML/AI
Normalized
store Non redundant data. data integrity good. many tables. optimized for storage
Denormalized
combines data for fast querying. bad data integrity. redundant data common
Json object uses
{object}
JSON array uses
[array]
Clustered Index
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.