DATABASE SQL CREATE TABLE
• DATABASE SQL CREATE TABLE
SQL-CREATE TABLE
Creating a basic table involves naming the table and defining its columns and each column's data type.
The SQL CREATE TABLE statement is used to create a new table.
Syntax
The basic syntax of the CREATE TABLE statement is as follows −
CREATE TABLE table_name(
column1 datatype,
column2 datatype,
column3 datatype,
.....
columnN datatype,
PRIMARY KEY( one or more columns )
);
#SQL #THEORY #PLAYLIST
• SQL Theory Tutorial(STRUCTURE QUERY LANGUAGE)
#SQL #PRACTICAL #PLAYLIST
• SQL PRACTICAL TUTORIAL For Beginners
#Subscribe the #Channel Link :- #bansodetechsolution #ajupgrading https://www.youtube.com/c/AjUpgrading...
IF any #Query or Doubt #DM on #Instagram :- #bansode_ajay_2102
https://www.instagram.com/bansode_aja...