Skip to content

learner-next/sql-challenge

Repository files navigation

sql-challenge

sql-challenge

CRUD SQL exercises for beginners(Base MySQL).

展示效果

展示图片

✨ Features

1. Create exercise

  • Create a table
  • Create a table with constraints
  • Create a table with indexes
  • Insert data into the table
  • Create Views

2. Select exercise

  • Basic select
  • Select with where
  • Select with like
  • Select with in
  • Select with between
  • Select with order by
  • Select with group by
  • Select with having
  • Select with join
  • Select with union
  • Select with case
  • Select with limit
  • Select with offset
  • Select with subquery
  • Select with exists
  • Select with any, all
  • ...

3. Update exercise

  • Update Table
  • Update Data

4. Delete exercise

  • Delete Table
  • Delete Data

🏗 Development

sql-challenge is built using a modern tech stack:

Prerequisites

Getting Started

# Clone the repo
git clone git@github.com:learner-next/sql-challenge.git
# Install dependencies
bun install
# Start the dev server
bun dev

Then open http://localhost:5173/ to see your app.

🌸 Thanks

This project is heavily inspired by the following awesome projects.

📝 License

MIT License © 2023-PRESENT Talljack