Home
Blog
Photos
Tutorials
Series
Connect
Inserting Data
Created:
26/10/10
Views:
2877
In this tutorial we will learn how to insert data into our MySQL table
To create a database using SQL
INSERT INTO
tablename
(
entityName
,
entityName
,
entityName
,
entityName
,)
VALUES
('
enitityValue
', '
enitityValue
', '
enitityValue
', '
enitityValue
')
back to:
The Basics of MySQL
Please login to add comment.
There are no comments