An open API service indexing awesome lists of open source software.

https://github.com/johnkinuthiaa/learn-sql-from-boot.dev

This is a repo for step by step mysql learning from boot.dev and also w3schools.It covers both simple and advanced concepts of sql.
https://github.com/johnkinuthiaa/learn-sql-from-boot.dev

database mysql sql

Last synced: 5 months ago
JSON representation

This is a repo for step by step mysql learning from boot.dev and also w3schools.It covers both simple and advanced concepts of sql.

Awesome Lists containing this project

README

          

# What is sql?

Structured Query Language, or SQL , is the primary programming language used to manage and interact with relational databases. SQL can perform various operations such as creating, updating, reading, and deleting records within a database.

In this repo, we will be building the database for a local bank clone! Storing information related to people's money, transactions, and identity is very important! So we will need to make sure we use proper conventions to build a safe, and reliable database architecture that our users can rely on.