Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabhij/sqlverse
Everything about SQLs - important hacks, tricks, & comparisons that helped me in understanding the practical side of using various SQL queries.
https://github.com/jabhij/sqlverse
mysql postgresql regular-expressions sql sql-server
Last synced: about 23 hours ago
JSON representation
Everything about SQLs - important hacks, tricks, & comparisons that helped me in understanding the practical side of using various SQL queries.
- Host: GitHub
- URL: https://github.com/jabhij/sqlverse
- Owner: jabhij
- Created: 2022-09-15T23:42:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T00:54:21.000Z (4 months ago)
- Last Synced: 2024-07-24T20:42:48.121Z (4 months ago)
- Topics: mysql, postgresql, regular-expressions, sql, sql-server
- Homepage:
- Size: 661 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SQLVERSE
SQL (Structured Query Language) is a programming language used to manage and manipulate data stored in relational databases. It is an essential tool for data science, as it allows data scientists to efficiently retrieve, manipulate, and transform data stored in databases.
With SQL, data scientists can easily perform a wide range of tasks, such as:
1. Extracting data from a database for analysis
2. Cleaning and preprocessing data before further analysis
3. Generating reports and visualizations based on data in a database
4. Performing statistical analysis on large datasets
5. Creating and managing databases for storing and organizing dataOverall, the ability to effectively use SQL is an important skill for data scientists as it enables them to work with large datasets and extract insights from data stored in databases. Therefore, I created this repo in order to list all my learnings and tips.
### Getting Started
Explore some basics of the SQL, like DML, DDL, Creation of table, etc. before jumping on to it.### Prerequisites (e.g. software and libraries that need to be installed)
- Any type of SQL tool you prefer
- Very basics of SQL### Features
I'll be inclusing-
- Basic type of SQL operations & clauses (theory + implementation)
- There will be a comperative study for complex topics like- JOINS
- Comperative cases for JOINS vs UNIONS, etc.
- Covering top & most used SQL caluses in the industry.### Examples
Some of the interesting examples like-
- INNER vs OUTER JOIN
- DROP vs DELETE vs TRUNCATE
- ORDER BY vs GROUP BY
- HAVING vs WHEREwould be covered with utmost simplicity.
### License
Open (with reference)### Catch me
For any query, ping me on
- LinkedIn: [@jabhij](https://www.linkedin.com/in/jabhij/)
- Twitter: [@jabhij](https://twitter.com/jabhij)
- Web: [LetUsTweak](http://letustweak.com)Hope, it helps!! ヅ