https://github.com/man-od/info
Data analysis and statistics for sc21
https://github.com/man-od/info
plpgsql postgresql sql
Last synced: 4 months ago
JSON representation
Data analysis and statistics for sc21
- Host: GitHub
- URL: https://github.com/man-od/info
- Owner: man-od
- Created: 2023-07-02T15:41:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T16:29:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T08:31:25.868Z (over 1 year ago)
- Topics: plpgsql, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL_info21
Data analysis and statistics for sc21

## Introduction
In this project, the creation of a database with knowledge about Sc21 was implemented and procedures and functions were written for obtaining information, as well as procedures and triggers for changing it.
Also, add procedures to the script that allow you to import and export data for each table from/to a file with a *.csv* extension. \
The *csv* file separator is specified as a parameter of each procedure.
## Stack used:
- postgres data types;
- primary/foreign keys;
- row constraints;
- row value generation;
- DDL/DML;
- working with metadata, metadatabase.