-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from sunnyychi/master
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
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 |