Getting Started with MySQL

Part 1: Introduction

Junhong Wang
1 min readDec 30, 2019

Index

What is a database?

Database is just a collection of tables. When we write queries in MySQL, we are talking to the database management system.

MySQL vs SQL

SQL is a standard for database queries. MySQL is just one of the implementations of SQL.

CRUD

Create Read Update Delete (CRUD).

Schema

A schema is like a blueprint or an outline/overview of your database table.

--

--

Junhong Wang

I'm Junhong. I'm a Software Engineer based in LA. I specialize in full stack web development and writing readable code. junhong.wang