Skip to content

Commit fa64798

Browse files
committed
add License and update readme
1 parent 3d5e38b commit fa64798

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Phone Thiri Yadana
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Compilation of MySQL data analysis related projects, notes and challenges.
1414
## SQL - Tableau Visualization Projects
1515
**SQL - MySQL for Data Analytics and Business Intelligence** : challenges are from [SQL - MySQL for Data Analytics and Business Intelligence](https://www.udemy.com/course/sql-mysql-for-data-analytics-and-business-intelligence/) which is an interesting course. See [details on Github](https://github.com/ptyadana/sql-tableau-data-analysis-visualization-projects).
1616

17+
## SQL for Data-Analysis
18+
**SQL for Data-Analysis** : challenges are from [SQL for Data-Analysis](https://www.udacity.com/course/sql-for-data-analysis--ud198) by Udacity. See [details on Github](https://github.com/ptyadana/SQL-for-Data-Analysis).
19+
20+
## Digital Music Store - Data Analysis
21+
**Digital Music Store - Data Analysis** : See [details on Github](https://github.com/ptyadana/Data-Analysis-for-Digital-Music-Store).
1722

1823
## Challenges
1924
**Ultimate MySQL** : challenges are from Udemy course [The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert](https://www.udemy.com/course/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/) which is an amazing course.
@@ -24,4 +29,7 @@ Compilation of MySQL data analysis related projects, notes and challenges.
2429

2530
**SQL for Data Analysis - Weekender Crash Course**: challenges from Udemy course [SQL for Data Analysis: Weekender Crash Course](https://www.udemy.com/course/sql-for-newbs/) which is meant for beginner. But I found it quite fun to watch the instructors. Project is "Flim Rental Store".
2631

27-
**Complete SQL Mastery**: challenges from [Complete SQL Mastery](https://codewithmosh.com/p/complete-sql-mastery).
32+
**Complete SQL Mastery**: challenges from [Complete SQL Mastery](https://codewithmosh.com/p/complete-sql-mastery).
33+
34+
## License
35+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)