Netbeans Tutorial
Sip of Java with Netbeans
Tuesday, 27 December 2011
Working with Tables
Use the Create Table SQL command to create a new table in a database.
Create table employee
(
name varchar
(
30
)
,address varchar
(
50
)
)
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment