https://github.com/arunkumarxx/structured-query-language
SQL Backup snippets, tutorials, and resources to level up your SQL Knowledge . Whether you're just starting out or brushing up on your skills, this is your go-to place for mastering SQSQL Backup Code Repository: Get into SQL basics with this repository.
https://github.com/arunkumarxx/structured-query-language
mssqlserver mysql oracle postgresql structured-query-language
Last synced: 2 months ago
JSON representation
SQL Backup snippets, tutorials, and resources to level up your SQL Knowledge . Whether you're just starting out or brushing up on your skills, this is your go-to place for mastering SQSQL Backup Code Repository: Get into SQL basics with this repository.
- Host: GitHub
- URL: https://github.com/arunkumarxx/structured-query-language
- Owner: Arunkumarxx
- Created: 2024-05-22T20:14:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T16:57:15.000Z (12 months ago)
- Last Synced: 2024-05-29T02:14:54.917Z (12 months ago)
- Topics: mssqlserver, mysql, oracle, postgresql, structured-query-language
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Course Repository
This repository contains my SQL course materials, exercises, and notes.
## `Learning Journey`
- **`Started learning SQL on 21 May, 2024.`**
- Utilized resources from TutorialsPoint and W3Schools.
- Emphasized learning SQL fundamentals before diving into specific database systems.
- **`Finished learning SQL on 1 June, 2024.`**## `Contents`
- **`Exercises`**: Practice exercises and challenges completed during the course.
- **`Notes`**: Detailed notes from each lesson.
- **`Resources`**:
- [TutorialsPoint SQL](https://www.tutorialspoint.com/sql/index.htm)
- [W3Schools SQL](https://www.w3schools.com/sql/default.asp)
## `Goals`- Obtain certification in SQL.
- Plan to learn MySQL for future projects.
- Learn SQL to solve problems in LeetCode SQL challenges.## `Additional Information`
Avoid quick YouTube tutorials claiming to teach SQL in one hour. Instead, learn from comprehensive articles on platforms like TutorialsPoint and W3Schools. These resources cover a wide range of topics, ensuring a comprehensive understanding of SQL. Regular practice is essential.
Used DataGrip by JetBrains and MySQL software for SQL.
Feel free to explore the repository to review my progress. If you have any questions or suggestions, don't hesitate to reach out 🚀.
Happy coding!