Data base structure for retail analyzes project
The project implements a database structure with various functions, procedures and triggers. There is also import and export to tsv files. In addition to standard tables, presentation tables are created containing the necessary information (their structure is indicated in the diagram).
Description of procedures, functions and triggers - is in the comments in the code itself.
- To move importing tsv files
make move
- To create a database
make create
- To drop a database
make drop
- To move tsv files and create a database
make