- Full summary in Pro version
- 13 more key points in Pro version
- 3 more common mistakes in Pro version
- 3 more exam tips in Pro version
- 37 more related questions in Pro version
Summary
Relational data is organized into tables, rows, and columns. A row represents one instance of an entity, such as one customer or one order, while each column stores a named attribute with a defined data type. DP-900 questions usually signal relational storage with structured records, repeated transactions, joins, and a need for integrity between related tables.
Key Points
- Relational Table: A database structure made of rows and columns where each row represents an entity instance and each column stores an attribute.
Common Mistakes
- Confusing a primary key with a foreign key; the primary key identifies the row, while the foreign key points to a row in another table.
Exam Tips
- If the question says each row needs a unique identifier, choose primary key.