Databases

From Computer Science Wiki
Revision as of 16:16, 5 April 2016 by Bmackenty (talk | contribs)
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]

  1. Data modeling
  2. Entity relationship diagramming
  3. Entity relationships
  4. Working with entity relationships
  5. Unique identifiers and Normalization
  6. Transforming From Conceptual Model to Physical Model
  7. Introduction to SQL
  8. SELECT Statements and Relational Database Technology
  9. Using the WHERE Clause
  10. Restricting Rows and Introduction to Functions
  11. Using Character, Number, and Date Functions
  12. Using Single Row Functions
  13. Fundamentals of Database Security
  14. Understanding Database Transactions
  15. MySQL: monitoring and performance
  16. MySQL: security

References[edit]