A data structure that stores many data items of the same data type, can be one-dimensional, two-dimensional or more. (In Python we use a list for this)
A collection of related data items called fields, often stored as a row in a database, it represents something in the real world like a person or product
A collection of records that share the same fields. Usually a complete set of related information about multiple items, such as "students" or "products"