Contents

SQL

Most useful sql commands.

Intro

Database

Database is collection of data in a format that can be accessed.

DBMS

Asoftware application used to manage our DB is called DBMS;

Types of database

Relaational: data stored in tables ex mysql we ues sql

Non-relational: data not stored in tables like mongodb

What is sql