Relational Database

What is a database

Created: 2022-07-28
Tags: #fleeting


All relational database has at least have CRUD principles
CREATE
READ
UPDATE
DELETE

It's a database that stores information in tables
-> MySQL,
-> Microsoft SQL Server, Access,
-> PostgreSQL
-> SQLite.

Languanges that uses Relational Database

References