Databases: Difference between revisions
Mr. MacKenty (talk | contribs) |
Mr. MacKenty (talk | contribs) |
||
Line 7: | Line 7: | ||
== Big Ideas in Databases == | == Big Ideas in Databases == | ||
* [[Data modeling]] | * [[Data modeling]] | ||
* [[Entity relationship diagramming]] | * [[Entity relationship diagramming]] | ||
* [[Normalization]] | * [[Normalization]] | ||
* [[Unique identifiers]] | * [[Unique identifiers]] | ||
== See also == | == See also == |
Revision as of 13:29, 17 August 2017
A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. The data are typically organized to model aspects of reality in a way that supports processes requiring information, such as modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies.[2]
Big Ideas in Databases
See also
- Please take a look at our SQL page