Mega Code Archive
Categories
/
Java Tutorial
/
Database
Working with Tables
Use the Create Table SQL command to create a new table in a database. Create table employee (name varchar(30),address varchar(50));