Populates the database with randomly generated data.
(Please ensure that at least 10 rows are inserted into each table)
Maintains foreign key dependencies during insertion, and executes the full script in pgAdmin to verify it runs without errors.
Make sure the script runs from start to finish without manual changes or errors in PSQL
Tool of pgAdmin.
Убедиться:
- Скрипт работает без ошибок
- Данные соответствуют связям
- Данные валидны для ограничений
Prepare all testing documentation and data samples for the final PDF report:
- Write contribution description (2-3 sentences)
- Generate row count table for all tables (10+ rows each)
- Provide sample data (first 3-5 rows from key tables)
- Describe data generation approach
- Confirm successful script execution in pgAdmin
- Расписать использование AI (Если использовал)
Populates the database with randomly generated data.
(Please ensure that at least 10 rows are inserted into each table)
Maintains foreign key dependencies during insertion, and executes the full script in pgAdmin to verify it runs without errors.
Make sure the script runs from start to finish without manual changes or errors in PSQL
Tool of pgAdmin.
Убедиться:
Prepare all testing documentation and data samples for the final PDF report: