1
Fork 0
mirror of https://github.com/Steffo99/alexandria.git synced 2024-10-16 05:27:27 +00:00
bdd-2020-alexandria/5-2-creazione-database.md

310 B

Creazione database

Come primo passo della progettazione fisica si è creato un nuovo database su PostgreSQL attraverso il seguente comando Bash:

createdb alexandria

Esso è equivalente alla seguente istruzione SQL:

CREATE DATABASE alexandria;