How to Create a Table in SQL
In this article I am going to explain about how to create a table in SQL.
Introduction
In this article I am going to explain about how to create a table in SQL. We
use CREATE TABLE statement to create a table in SQL. This statement is part of
DDL (data definition language ). DDL are used to create a database.
Example
Fallowing Statement create a mcninvoices table
in DATABASE
