|
SQL Create Dat... Create a Database To create a database: CREATE DATABASE database_name Create a Table To create a table in a database: C... create a table named "Person" with four columns. The column names will be "LastName" "FirstName" "Address" ...