What is the definition of data?
Known facts stored and recorded
Example:
Text, numbers, dates, plus images, sound, video, and other complex objects
What is information?
Data presented in context (can be summarised data) *
What is metadata?
Metadata is data about data
Example: Username length constraints
- can include: structure, rules, constraints
Why do we need metadata?
What is the definition of database
A large, integrated, structured collection of data.
Usually intended to model some real-world enterprise
Examples of databases
What is the definition of DBMS (Database Management System)
A software system designed to store, manage, and facilitate access to databases
What are the advantages of database?
What is data independence?
What is minimal data redundancy?
Redundancy can be controlled (normalization)
What is improved data consistency?
Single store: no disagreements, update problems, less storage space
What is improved data sharing?
What is reduce program maintenance?
Data structure can change without application data changing
What is novel ad hox data access ‘without programming’
SQL
What is the point of using metadata?
To generate a data dictionary as part of the analysis of system requirements
What can database systems do?
What is wrong with this