Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 357 Bytes

01. Basics of Database.md

File metadata and controls

11 lines (9 loc) · 357 Bytes

What is Database?

  1. A collection of data

    eg: PhoneBook

  2. A structured set of computerized data with an accessible interface.

SQL vs MySQL

SQL: Structured Query Language

  • SQL is the language we use to "talk" to our databases.
  • Working with MySQL is primarily writing SQL.
  • MySQL is a database management system that implements SQL.