44[ ![ MIT licensed] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( ./LICENSE )
55[ ![ CI] ( https://github.com/ivanbyone/leetcode-sql/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Ivanbyone/leetcode-sql//actions )
66
7+ ## Navigation
8+
9+ - [ Description] ( #description )
10+ - [ SQL 50] ( #sql-50-questions )
11+ - [ Task list] ( #task-list )
12+ - [ Contributing] ( #contributing )
13+ - [ License] ( #license )
14+
715## Description
816
917📚 LeetCode SQL Solutions in PostgreSQL
@@ -20,16 +28,22 @@ A collection of LeetCode solutions in SQL using PostgreSQL. Includes:
2028
2129Useful for preparing for technical interviews and improving your SQL skills.
2230
23- ### Contributing
31+ ## SQL 50 Questions
2432
25- Style guide for contributors:
33+ ![ SQL 50 Badge ] ( ./public/sql-50.GIF )
2634
27- 1 . Add description to all tasks from Leetcode.
28- 2 . Name file pattern: xxx.Task name.sql
29- 3 . All keywords must be uppercase.
30- 4 . For every task create new branch with pattern: task/task-name -> make PR to main.
35+ ### Select
36+
37+ - [ 595. Big Countries] ( ./leetcode/easy/595.%20Big%20Countries.sql )
38+ - [ 1148. Article Views I] ( ./leetcode/easy/1148.%20Article%20Views%20I.sql )
39+ - [ 1683. Invalid Tweets] ( ./leetcode/easy/1683.%20Invalid%20Tweets.sql )
40+
41+ ### Basic Joins
3142
32- Have a good contributing!
43+ - [ 1378. Replace Employee ID With The Unique Identifier] ( ./leetcode/easy/1378.%20Replace%20Employee%20ID%20With%20The%20Unique%20Identifier.sql )
44+ - [ 1068. Product Sales Analysis I] ( ./leetcode/easy/1068.%20Product%20Sales%20Analysis%20I.sql )
45+ - [ 1581. Customer Who Visited but Did Not Make Any Transactions] ( ./leetcode/easy/1581.%20Customer%20Who%20Visited%20but%20Did%20Not%20Make%20Any%20Transactions.sql )
46+ - [ 197. Rising Temperature] ( ./leetcode/easy/197.%20Rising%20Temperature.sql )
3347
3448## Task List
3549
@@ -100,6 +114,17 @@ Have a good contributing!
1001143 . [ Hard] ( ./leetcode/hard/ )
101115 - [ 185. Department Top Three Salaries] ( ./leetcode/hard/185.%20Department%20Top%20Three%20Salaries.sql )
102116
117+ ## Contributing
118+
119+ Style guide for contributors:
120+
121+ 1 . Add description to all tasks from Leetcode.
122+ 2 . Name file pattern: xxx.Task name.sql
123+ 3 . All keywords must be uppercase.
124+ 4 . For every task create new branch with pattern: task/task-name -> make PR to main.
125+
126+ Have a good contributing!
127+
103128## License
104129
105130Check out LICENSE [ page] ( ./LICENSE ) .
0 commit comments