MODULE 3: Databases

Databases

Databases are an industry standard technology for storing and manipulating data used in applications. For example, storing details about clients, contact details, and transaction details would be impractical if one were to use text files. This is especially true for storing large amounts of data. Databases provide a standard mechanism for storing, retrieving and performing calculations on data. In this module, we will learn more about relational database systems, and the use of these database systems in coding projects.


Course Structure

  1. Introduction to Databases
  2. Basic Administrative Operations
  3. SQL: CREATE, INSERT, UPDATE
  4. SQL: SELECT
  5. Programming with Databases

Module Assessment

To gain recognition of your completion of this module, you can apply for the Databases Module Completion badge. To qualify to receive this OpenBadge, you will need to have completed all exercises for the module.

databases badge

Database Module Completed Badge


Additional Module Reading

  1. MySQL
  2. Wikipedia: Relational Databases

Continue to next section


Comments

comments powered by Disqus