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.
- Host: GitHub
- URL: https://github.com/johnkinuthiaa/learn-sql-from-boot.dev
- Owner: johnkinuthiaa
- Created: 2025-01-04T10:40:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T07:32:32.000Z (over 1 year ago)
- Last Synced: 2025-07-23T00:07:26.812Z (11 months ago)
- Topics: database, mysql, sql
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.