Hello there!
Generally, when it comes to practicing SQL queries, we start with an employee table that is a kind of standard set by the Oracle database.
What if we want the same DDL or data in the PostgreSQL database for the same employee-related tables. So we have given DDL and INSERT scripts for the below four tables.
- EMPLOYEES DDL & INSERT
- DEPARTMENTS DDL & INSERT
- LOCATIONS DDL & INSERT
- COUNTRIES DDL & INSERT
If you feel like these PostgreSQL scripts are useful for you, please comment on the post and share it with others.
PostgreSQL DDL scripts:
PostgreSQL INSERT scripts: