Use the Create Table SQL command to create a new table in a database.
Create table employee (name varchar(30),address varchar(50));