1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a database?
An organized collection of data, typically stored and accessed electronically from a computer system.
What is a table (or relation) in a database?
A collection of related data held in a table format within a database, consisting of rows and columns.
What is a row (or record/tuple)?
A single entry or record within a database table, representing a complete set of data for one item.
What is a column (or field/attribute)?
A set of data values of a particular type, one for each row of the table, representing a specific attribute.