|
1 | 1 | <div align="center">
|
2 | 2 | <img src="https://github.com/alexprut/HackerRank/raw/master/hackerrank-logo.png" width="450" height="auto"/>
|
3 | 3 |
|
4 |
| -[](https://github.com/alexprut/HackerRank#table-of-contents) |
| 4 | +[](https://github.com/alexprut/HackerRank#table-of-contents) |
5 | 5 | [](https://github.com/alexprut/HackerRank#table-of-contents)
|
6 | 6 | [](https://www.hackerrank.com/alexprut)
|
7 | 7 | [](https://github.com/alexprut/HackerRank/blob/master/LICENSE)
|
@@ -59,6 +59,7 @@ platform tests of a given problem.
|
59 | 59 | 1. [Mathematics](#mathematics)
|
60 | 60 | 1. [Artificial Intelligence](#artificial-intelligence)
|
61 | 61 | 1. [Linux Shell](#linux-shell)
|
| 62 | +1. [Sql](#sql) |
62 | 63 |
|
63 | 64 | ## Algorithms
|
64 | 65 | |Subdomain|Challenge|Difficulty|Score|Solution|
|
@@ -514,6 +515,24 @@ platform tests of a given problem.
|
514 | 515 | |Grep Sed Awk|['Sed' command #2](https://www.hackerrank.com/challenges/text-processing-in-linux-the-sed-command-2)|Medium|2|[Solution.txt](Linux%20Shell/Grep%20Sed%20Awk/'Sed'%20command%20#2/Solution.txt)|
|
515 | 516 | |Grep Sed Awk|['Sed' command #3](https://www.hackerrank.com/challenges/text-processing-in-linux-the-sed-command-3)|Easy|2|[Solution.txt](Linux%20Shell/Grep%20Sed%20Awk/'Sed'%20command%20#3/Solution.txt)|
|
516 | 517 |
|
| 518 | +## Sql |
| 519 | +|Subdomain|Challenge|Difficulty|Score|Solution| |
| 520 | +|-|-|-|-|-| |
| 521 | +|Basic Select|[Revising the Select Query I](https://www.hackerrank.com/challenges/revising-the-select-query)|Easy|10|[Solution.txt](Sql/Basic%20Select/Revising%20the%20Select%20Query%20I/Solution.txt)| |
| 522 | +|Basic Select|[Revising the Select Query II](https://www.hackerrank.com/challenges/revising-the-select-query-2)|Easy|10|[Solution.txt](Sql/Basic%20Select/Revising%20the%20Select%20Query%20II/Solution.txt)| |
| 523 | +|Basic Select|[Select All](https://www.hackerrank.com/challenges/select-all-sql)|Easy|10|[Solution.txt](Sql/Basic%20Select/Select%20All/Solution.txt)| |
| 524 | +|Basic Select|[Select By ID](https://www.hackerrank.com/challenges/select-by-id)|Easy|10|[Solution.txt](Sql/Basic%20Select/Select%20By%20ID/Solution.txt)| |
| 525 | +|Basic Select|[Japanese Cities' Attributes](https://www.hackerrank.com/challenges/japanese-cities-attributes)|Easy|10|[Solution.txt](Sql/Basic%20Select/Japanese%20Cities'%20Attributes/Solution.txt)| |
| 526 | +|Basic Select|[Japanese Cities' Names](https://www.hackerrank.com/challenges/japanese-cities-name)|Easy|10|[Solution.txt](Sql/Basic%20Select/Japanese%20Cities'%20Names/Solution.txt)| |
| 527 | +|Basic Select|[Weather Observation Station 1](https://www.hackerrank.com/challenges/weather-observation-station-1)|Easy|15|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%201/Solution.txt)| |
| 528 | +|Basic Select|[Weather Observation Station 3](https://www.hackerrank.com/challenges/weather-observation-station-3)|Easy|10|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%203/Solution.txt)| |
| 529 | +|Basic Select|[Weather Observation Station 4](https://www.hackerrank.com/challenges/weather-observation-station-4)|Easy|10|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%204/Solution.txt)| |
| 530 | +|Basic Select|[Weather Observation Station 5](https://www.hackerrank.com/challenges/weather-observation-station-5)|Easy|30|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%205/Solution.txt)| |
| 531 | +|Basic Select|[Weather Observation Station 6](https://www.hackerrank.com/challenges/weather-observation-station-6)|Easy|10|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%206/Solution.txt)| |
| 532 | +|Basic Select|[Weather Observation Station 7](https://www.hackerrank.com/challenges/weather-observation-station-7)|Easy|10|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%207/Solution.txt)| |
| 533 | +|Basic Select|[Weather Observation Station 8](https://www.hackerrank.com/challenges/weather-observation-station-8)|Easy|15|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%208/Solution.txt)| |
| 534 | +|Basic Select|[Weather Observation Station 9](https://www.hackerrank.com/challenges/weather-observation-station-9)|Easy|10|[Solution.txt](Sql/Basic%20Select/Weather%20Observation%20Station%209/Solution.txt)| |
| 535 | + |
517 | 536 | License
|
518 | 537 | =======
|
519 | 538 | Licensed under [MIT](LICENSE).
|
0 commit comments