Brainscape_all_20190317 Flashcards
Overnormalization
d
1 Byte
0 to 255 (8 bit)
SQL Lock
J
Entity
Tables
Scale (Data)
Number of decimal places (123.123 = 3)
Parse()
Convert strings to dates.
Cache
d
∅
Empty Set
Overfitting
d
Foreign Key
Links to the primary key of another table.
Referential Integrity
(Order for employee that doesn’t exist)
Superlative
An exaggerated or hyperbolical expression of praise.
Denormalization
SAMS vs RAD
Dimension Table
d
Floating Point Number
Efficient, but lose accuracy.
CREATE SEQUENCE
D
Ridge Regression
f
1st Normal Form
No repeating columns.
Table Scan
Scans entire table contents.
Try_Cast()
Same as Cast, but generates nulls for errors. (Cast/Convert/Parse)
Accuracy
d
clf
Classifier
Candidate Key
Possible primary keys.
EDH
Enterprise Data Hub
Don’t 1
Meddle
Clustered Index
Pyramid
API
Application Program Interface.
Crossvalidation
Randomly breaks data into parts (80/20 training/testing).
Hyperbole
Exaggerated statements or claims not meant to be taken literally.
Uniqueness Constraint
Generally covered by primary key, but could also be valid for surrogate keys.
Windowed Functions Syntax
Function() Over (Partition By x,y,z Order By a,b,c,x,y,z)
Data Integrity
d
Attributes
Columns
.iloc
d
Use full object name.
Servicer/Database/Schema/Object. Improves performance because SQL doesn’t have to figure out.
Checkpoint
d
Forms
Every attribute must provide a fact about the key, the whole key, and nothing but they key, so help me Codd.
Density(Index)
Uniqueness
K-fold Cross Validation
d
2 Byte
+-30,000 (smallint)
Don’t 3
Accept, reject, turn away.
.head()
Number of rows to select (pandas dataframe).
Sword of Damocles
Representing an impending ever-present threat. Especially to someone in a position of power.
8? Byte
bigint (64 bit)
GUID
Global Unique ID
Create Procedure
CREATE PROCEDURE schema.name AS …; …; go EXECUTE schema.name (@=x)
Overtesting
d
3rd Normal Form
All fields must only depend on a key. (3NF)
Recall
d