Netbeans Tutorial
Sip of Java with Netbeans
Showing posts with label
sql command
.
Show all posts
Showing posts with label
sql command
.
Show all posts
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
)
)
;
Older Posts
Home
Subscribe to:
Posts (Atom)