SQL CREATE TABLE Statement
After you create a database using the CREATE Database statement, you can now create a table. Table is where you store your data in your database.
SQL CREATE TABLE Syntax
- Read more about SQL CREATE TABLE Statement
- Log in or register to post comments
- 132 views