Understanding SQml BORDER=

Tables Used in Understanding SQmlTM

create table product

(product_numbervarchar2(20),
product_descriptionvarchar2(80),
product_linevarchar2(40),
colorvarchar2(20),
qty_on_handnumber(6),
statusvarchar2(20),
replaced_byvarchar2(20),
pricenumber(8,2),
minimum_qtynumber(3),
imagevarchar2(40));


create table notes

(product_numbervarchar2(20),
notesvarchar2(256));


create table package

(product_numbervarchar2(20),
prod_packvarchar2(20),
pack_descriptionvarchar2(20));


create table back_order

(product_numbervarchar2(20),
vendorvarchar2(30),
back_qtynumber(6),
date_ordereddate,
delivery_datedate);


create table discount

(customer_typevarchar2(6),
customer_idnumber(4),
percent_discountnumber(2));


create table product_line

(product_linevarchar2(40),
product_line_descvarchar2(256));

Back To PreviousBack to Previous Page


© copyright 1997 Agave Software Design, Inc.Mail to: - All rights reserved.
Programming and Structure © copyright 1997 FS3 Internet Marketing, Inc. - All rights reserved.