Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.98 KB

database.md

File metadata and controls

39 lines (25 loc) · 1.98 KB

Database System

  • Relational Databases
  • NoSQL Databases
  • Related Books

Relational Databases

  • MySQL Tutorial
    Introduction: Tutorial for basic MySQL concepts and commands, including but not limited to: database, table, SQL, relation model, basic query commands

  • MySQL Online Course
    Introduction: Establish the strongest possible foundation in database development by learning how to use MySQL - the most popular open source database in the world - write queries, create reports at will, build web applications, incorporate MySQL as the database layer - make your development dreams a reality by taking this course and putting a check mark next to your growing development skillset.

  • MySQL Official Documentation
    Introduction: Provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use a simple database

NoSQL Databases

Related Books