3 lines
50 B
SQL
Executable File
3 lines
50 B
SQL
Executable File
DROP DATABASE IF EXISTS ord;
|
|
CREATE DATABASE ord;
|