Databases: Difference between revisions

From Computer Science Wiki
Line 7: Line 7:
== Big Ideas in Databases ==
== Big Ideas in Databases ==


*  [[Data modeling]]
*  [[Entity relationship diagramming]]
*  [[Entity relationship diagramming]]
*  [[Normalization]]
*  [[Normalization]]
*  [[Unique identifiers]]


== See also ==
== See also ==

Revision as of 14:30, 17 August 2017

Databases[1]

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

  1. Please take a look at our SQL page

References