Folder Structure sql/ ├── create_tables.sql # All CREATE TABLE statements ├── foreign_keys.sql # ALTER TABLE to add constraints ├── insert_data.sql # Sample INSERT INTO data ├── views.sql # CREATE ...
create_tables SQL file to create tables loading_Sample SQL file to load values into the tables Procedures SQL file to load the procedures into the database Triggers SQL file to load the triggers into ...