January 2018
Intermediate to advanced
366 pages
9h 7m
English
In the command_db/create.sql file, we will define the production, development, and test databases. Consider the following example:
CREATE DATABASE news_prod; CREATE DATABASE news_dev; CREATE DATABASE news_test;
Read now
Unlock full access