Skip to content

Commit 8cc69f4

Browse files
authored
Create sql.yaml
1 parent 86139e6 commit 8cc69f4

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

resources/sql.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: SQL
2+
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.
3+
emoji: '💾'
4+
resources:
5+
- name: SQL Tutorial by W3Schools
6+
url: https://www.w3schools.com/sql/
7+
price: free
8+
pros:
9+
- Beginner-friendly and easy to understand
10+
- Interactive "Try it Yourself" feature for practicing SQL
11+
- Covers essential SQL commands and concepts
12+
cons:
13+
- Lacks depth for advanced SQL topics
14+
15+
- name: SQL Manual by PostgreSQL (or Other RDBMS)
16+
url: https://www.postgresql.org/docs/
17+
price: free
18+
pros:
19+
- Official and comprehensive documentation
20+
- Includes advanced topics and features specific to PostgreSQL
21+
- Reliable and up-to-date
22+
cons:
23+
- Can be technical and dense for beginners
24+
25+
- name: Khan Academy SQL Course
26+
url: https://www.khanacademy.org/computing/computer-programming/sql
27+
price: free
28+
pros:
29+
- Excellent for beginners
30+
- Video tutorials combined with interactive exercises
31+
- Covers practical examples and common use cases
32+
cons:
33+
- Focused more on basic and intermediate concepts
34+
35+
- name: Codecademy Learn SQL Course
36+
url: https://www.codecademy.com/learn/learn-sql
37+
price: free (with subscription for full access)
38+
pros:
39+
- Hands-on, interactive lessons and quizzes
40+
- Beginner to intermediate SQL concepts covered
41+
- Provides experience with real-world database scenarios
42+
cons:
43+
- Full access requires a subscription

0 commit comments

Comments
 (0)