How to Create a Table in SQL

In this article I am going to explain about how to create a table in SQL.
  • 3125

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

Clipboard10.jpg


© 2020 DotNetHeaven. All rights reserved.