1
edit
Changes
→Phase 3: Test first design
=== Phase 3: Test first design ===
* 1- [ Create a PostgreSQL database through some scripts]
: Through the process in postgresql_setup.sql, the database was created, initialized and tested:
:: A database called 'test is created in PostgreSQL : <code> CREATE DATABASE test </code>