Changes between Version 7 and Version 8 of P7


Ignore:
Timestamp:
05/12/26 02:09:03 (2 weeks ago)
Author:
193284
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P7

    v7 v8  
    5353== SQL Scripts ==
    5454
     55This section contains the SQL script files used during the implementation of the advanced database development phase.
     56
     57The scripts are separated by functionality in order to improve organization, readability, maintenance, and deployment of the database objects.
     58
    5559|| Script Name || Description ||
    56 || advanced_triggers.sql || Contains trigger functions and trigger definitions for booking validation and attendance consistency ||
    57 || advanced_functions.sql || Contains reusable SQL functions and stored procedures for calculations and reporting ||
    58 || advanced_views.sql || Contains analytical SQL views used for financial and operational summaries ||
    59 || advanced_constraints.sql || Contains additional CHECK and UNIQUE constraints ||
    60 || advanced_testing.sql || Contains SQL testing scenarios for validating triggers and constraints ||
     60|| [[Media:advanced_triggers.sql|advanced_triggers.sql]] || Contains trigger functions and trigger definitions for booking validation and attendance consistency ||
     61|| [[Media:advanced_functions.sql|advanced_functions.sql]] || Contains reusable SQL functions and stored procedures for calculations and reporting ||
     62|| [[Media:advanced_views.sql|advanced_views.sql]] || Contains analytical SQL views used for financial and operational summaries ||
     63|| [[Media:advanced_constraints.sql|advanced_constraints.sql]] || Contains additional CHECK and UNIQUE constraints ||
     64|| [[Media:advanced_testing.sql|advanced_testing.sql]] || Contains SQL testing scenarios for validating triggers and constraints ||
     65
     66Additional Notes
     67
     68* All SQL scripts are compatible with PostgreSQL 15.
     69* The scripts are intended to be executed using pgAdmin 4 or PostgreSQL command-line tools.
     70* SQL files are organized by database functionality for easier maintenance and testing.
    6171
    6272== Contents ==