Skip to content

Commit

Permalink
Create sql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyychi authored Jan 19, 2025
1 parent 86139e6 commit 8cc69f4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions resources/sql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: SQL
description: SQL (Structured Query Language) is a standard programming language for managing and manipulating databases. It is widely used for querying, updating, and managing data in relational database systems. SQL is essential for database administrators, developers, and data analysts.
emoji: '💾'
resources:
- name: SQL Tutorial by W3Schools
url: https://www.w3schools.com/sql/
price: free
pros:
- Beginner-friendly and easy to understand
- Interactive "Try it Yourself" feature for practicing SQL
- Covers essential SQL commands and concepts
cons:
- Lacks depth for advanced SQL topics

- name: SQL Manual by PostgreSQL (or Other RDBMS)
url: https://www.postgresql.org/docs/
price: free
pros:
- Official and comprehensive documentation
- Includes advanced topics and features specific to PostgreSQL
- Reliable and up-to-date
cons:
- Can be technical and dense for beginners

- name: Khan Academy SQL Course
url: https://www.khanacademy.org/computing/computer-programming/sql
price: free
pros:
- Excellent for beginners
- Video tutorials combined with interactive exercises
- Covers practical examples and common use cases
cons:
- Focused more on basic and intermediate concepts

- name: Codecademy Learn SQL Course
url: https://www.codecademy.com/learn/learn-sql
price: free (with subscription for full access)
pros:
- Hands-on, interactive lessons and quizzes
- Beginner to intermediate SQL concepts covered
- Provides experience with real-world database scenarios
cons:
- Full access requires a subscription

0 comments on commit 8cc69f4

Please sign in to comment.