@@ I am looking for self-motivated students interested in SQL at different levels! @@
If you have any confusion about the code or want to report a bug, please open an issue.
SELECT students FROM sql_course
SQL Repository library aims to reduce the time spent writing repositories.
Motivation for this library was the boredom of writing SQL or using query builders to do the same thing over and over again in multiple projects.
SQL Repository allows you to fetch, paginate and operate with data easily without adding overhead and following good practices.
=================
- Table Creation
- ALTER
- DELETE
- DISPLAY
- DROP
- DATEDIFF
- FILTER
- FUNCTIONS
- GROUPBY
- INSERT
- JOINS
- NESTED
- Excercises For Practice
- REgular Exp
- SQl For Data Analytics
- STRING
- VIEW
- UPDATE
- WHERE
- AND_OR_NOT
- ORDER_BY
- NULL
- MIN_MAX
- LIKE
- IN
- ALIAS
- COUNT_AVG_SUM
- BETWEEN
Some helpful codes for SQL are regularly updating in this repositry.
If you want to contribute some missing examples or fix some bugs, feel free to open an issue or make a pull request.