What’s the definition of Database
A usually large collection of data organized especially for rapid search and retrieval.
What’s the purpose of Database
The purpose of a database is to help people track things of interest to them.
Who’s the creator of Relational Model
Eduard (Ted) F. Coddy invented the Relational databases in 1970
Which problems Codd faced to make his research become a legitimacy in the field?
- One within IBM (Conflict with IMS product)
What is SQL
Structured Query Languange is a procedural language for use relational databases
What are ER models
Allows the designer to concentrate on the use of data instead of the logical table structure.
How can a database table be described
Database tables contains rows (objects) and columns (attributes) like spreadsheets.
What are the differences between data and information
- Information = knowledge derived from data
Which are the components of a database system
What is metadata
It’s the self-describing data of a database itself, which is data about data.
Database contents
Different types of database
Three different types of database design
What is normalization
A set of rules do organize columns and tables to minimize data redundancy
What are the main characteristics of databases
A database is a self-describing collection of integrated tables.