Zusammenfassung der Ressource
Databases
- Data
- Big Data-+
- Data
- Big Data
- Large Sets of data
gathered from many
sources to be analysed.
- Open Data
- Large sets of data shared freely
- Anyone can access them.
- Data Security
- There is a legal
obligation to keep
data secure
- Data encryption is needed
- Flat File Databases
- Database with only one table.
- Highly
compatible
between
databases and
other
applications.
- Structure
- Entities: Each recorded item.
- record: one row of details about an entity
- Attributes: Details about an entity
- field: columns used to
capture attributes
- table: a set of fields and records.
- primary key: a unique number for an entity.
- What?
- A system to store data in
an orginized way.
- It is easier to understand if it is
presented in a clear layout
- A database needs to be
reliable, consistent and
have a clear structure.