https://github.com/damdafayton/postgresql-queries
Some Postgresql queries and commands which I have used in a project.
https://github.com/damdafayton/postgresql-queries
database psql sql
Last synced: about 2 months ago
JSON representation
Some Postgresql queries and commands which I have used in a project.
- Host: GitHub
- URL: https://github.com/damdafayton/postgresql-queries
- Owner: damdafayton
- Created: 2022-04-25T12:25:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T10:02:46.000Z (about 4 years ago)
- Last Synced: 2025-03-27T18:16:07.810Z (about 1 year ago)
- Topics: database, psql, sql
- Language: PLpgSQL
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database.
## Authors
👤 **damdafayton**
- [Github](https://github.com/damdafayton)
- [LinkedIn](https://linkedin.com/in/damdafayton)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.