Skip to content

Latest commit

ย 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š My SQL Learning Journey

Hi! I'm Anitha. This repository contains my beginner SQL practice projects. I learned SQL step by step using SQLite in GitHub Codespaces.

๐Ÿ—‚๏ธ What's Inside

File What I Learned
library.sql Level 1 โ€“ Creating tables, inserting data, SELECT
level2.sql Level 2 โ€“ UPDATE, DELETE, WHERE
level3.sql Level 3 โ€“ JOIN (connecting two tables)
level4.sql Level 4 โ€“ Math: SUM, COUNT, MAX, GROUP BY
boss.sql Level 5 โ€“ Final Boss Battle (used everything!)

โ–ถ๏ธ How to Run

  1. Open this repo in GitHub Codespaces.
  2. Open the terminal (the black box).
  3. Run any file like this:
sqlite3 boss.db < boss.sql

๐ŸŽฏ What I Can Do Now

  • Create tables
  • Insert, update, and delete data
  • Filter with WHERE
  • Join two tables
  • Do math with SUM, COUNT, MAX, and GROUP BY

๐Ÿ› ๏ธ Tools

  • SQLite
  • GitHub Codespaces

About

๐Ÿ“š My beginner SQL learning journey โ€“ 5 levels of practice projects using SQLite in GitHub Codespaces.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors