Glossary Flashcards
RDBMS
Relational Database Management
SQL
Structured Query Language
DIKW
Data, Information, Knowledge, Wisdom(pyramid)
DBMSs
Database Management Systems
Traversal
Process of visiting each node in a data structure and performing some action
Primary key
uniquely identifies each row and column or set of columns in the table
Foreign key
a set of constraints in DBMS that establish relationships between tables and also ensure consistency and integrity of data
Node
an item of data that can be accessed by two or more routes
Delimiter
character separating columnar data
JSON
JavaScript Object Notation
API
Application programming interface
Constraint
used to specify rules for the data in a table (primary key, foreign key, check, etc.)
Changelog
log or record of all notable changes made to a project
Attributes
the data connected with the entity(columns)
Entity
real world thing or object (rows)T
Tuple
row in a database
ERD
Entity relation diagram
Data redundancy
Having the same data, but at different places
UNF table
Unnormalised form table
Determinant
Any attribute that can be used to determine the values assigned to other attribute(s) in the same row.
non-prime attribute
Attributes that are not part of any candidate key