Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adcpd/postgresql-fondamental
SQL course covering basic to advanced SQL topics for SQL Database ( PostgreSQL ).
https://github.com/adcpd/postgresql-fondamental
Last synced: about 6 hours ago
JSON representation
SQL course covering basic to advanced SQL topics for SQL Database ( PostgreSQL ).
- Host: GitHub
- URL: https://github.com/adcpd/postgresql-fondamental
- Owner: ADCPD
- Created: 2020-10-09T12:43:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T13:18:00.000Z (about 4 years ago)
- Last Synced: 2024-11-12T00:34:51.926Z (2 months ago)
- Size: 620 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL-fondamental
SQL course covering basic to advanced SQL topics for SQL Database ( PostgreSQL ).PostgreSQL installer :
Choisisez le mode d'instalation : [Interactive installer by EDB](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)Ensuite, importez la dump de la base de données à partir du fichier BackupFiles.zip
1. [Fondamental SQL](./docs/SQLFondamental.md)
2. [Feltring Command](./docs/FeltringCommands.md)
3. [Ordering Command](./docs/OrderingCommands.md)
4. [Aggregate Command](./docs/AggregateCommands.md)
5. [Group By Command](./docs/GroupCommands.md)
6. [Conditionnal Statement](./docs/ConditionnalStatement.md)
7. [JOINS](./docs/joins.md)
8. [Subqueries](./docs/subqueries.md)
9. [Views](./docs/views.md)
10. [Index](./docs/index.md)
11. [String functions](./docs/string_function.md)
12. [Mathematical functions](./docs/mathematical_function.md)
13. [DateTime function](./docs/dateTimeFunction.md)
14. [PATTERN STRING](./docs/patern.md)
15. [TRANCATE](./docs/trancate.md)
16. [Tablespaces](./docs/tablespaces.md)
17. [User Access Control Functions](./docs/userAccessControl.md)
18. [Performance tunning tips](./docs/performances.md)