Crazy SQL Coder
Home
About
Post RSS
Contact
Log In
skip to main
|
skip to sidebar
How to Create Table using SQL
To create a table in your database write the following command.
CREATE TABLE employee( ID INT, NAME VARCHAR(15), ADDRESS VARCHAR(50) );
Here employee is your table name and id, name and address are the attributes of your table.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
Create Database
(1)
Create Table
(1)
Insert
(1)
Notice
(1)
Select
(1)
No comments:
Post a Comment