28.1.1 Database Tables (cont.)
Use SQL to interact w/the DB
E.g., to create a product table:
CREATE TABLE Products ( Product_Code CHAR(11), Description CHAR(40), Unit_Price DECIMAL(10, 2) )
prev
|
top
|
next