Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ai-naymul/sql-bootcamp-resources
https://github.com/ai-naymul/sql-bootcamp-resources
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ai-naymul/sql-bootcamp-resources
- Owner: ai-naymul
- Created: 2024-04-24T06:59:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T17:34:31.000Z (6 months ago)
- Last Synced: 2024-06-13T23:58:58.621Z (6 months ago)
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Complete SQL Bootcamp(Resources)
### SQL(Structured Query Language)
SQL is the programming languge to communicate or talk to databases.### What are databases
Databases are systems that allows user to store and organize data.### Why use databases
They are usefull while dealing with large amount of data### Spreadsheet VS Databases
#### SpreadSheet
- One-time analysis
- quickly need to chart something out
- reasonable data size
- ability for untrained poeple to work with data#### Databases
- Data integrity
- can handle massive amounts of data
- automate to re use
- quickly combine different dataset
- can support data for website and application### In this course we are gonna use the PostgreSQL. You can use anykind of system you like that's up to you.
### SQL Platforms
- MySQL
- PostgreSQL
- Oracle Databases
- Microsoft access
- Amazon's redshift
- Looker
- Google's bigquery
- Facebook's Presto