pet project

This commit is contained in:
Kap
2025-11-26 23:53:20 +06:00
committed by kapar zhekshen
parent d496c5f615
commit beef2f7d91
10 changed files with 297 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO pet_project.courses (course_id, title, category, created_at) VALUES
(1, 'SQL для начинающих', 'data', '2023-01-01 00:00:00'),
(2, 'Python для анализа данных', 'programming', '2023-01-15 00:00:00'),
(3, 'BI с нуля', 'business', '2023-03-01 00:00:00');