Mysqlsampledatabase 1
Mysqlsampledatabase 1
Mysqlsampledatabase 1
insert into
`zcustomers`(`customerNumber`,`customerName`,`contactLastName`,`contactFirstName`,`
phone`,`addressLine1`,`addressLine2`,`city`,`state`,`postalCode`,`country`,`salesRe
pEmployeeNumber`,`creditLimit`) values
insert into
`zoffices`(`officeCode`,`city`,`phone`,`addressLine1`,`addressLine2`,`state`,`count
ry`,`postalCode`,`territory`) values
insert into
`zorderdetails`(`orderNumber`,`productCode`,`quantityOrdered`,`priceEach`,`orderLin
eNumber`) values
(10100,'S18_1749',30,'136.00',3),
(10100,'S18_2248',50,'55.09',2),
insert into
`zorders`(`orderNumber`,`orderDate`,`requiredDate`,`shippedDate`,`status`,`comments
`,`customerNumber`) values
(10100,'2003-01-06','2003-01-13','2003-01-10','Shipped',NULL,363),
(10101,'2003-01-09','2003-01-18','2003-01-11','Shipped','Check on
availability.',128),
(103,'HQ336336','2004-10-19','6066.78'),
(103,'JM555205','2003-06-05','14571.44'),
insert into
`zproductlines`(`productLine`,`textDescription`,`htmlDescription`,`image`) values
('Classic Cars','Attention car enthusiasts: Make your wildest car ownership dreams
come true. Whether you are looking for classic muscle cars, dream sports cars or
movie-inspired miniatures, you will find great choices in this category. These
replicas feature superb attention to detail and craftsmanship and offer features
such as working steering system, opening forward compartment, opening rear trunk
with removable spare wheel, 4-wheel independent spring suspension, and so on. The
models range in size from 1:10 to 1:24 scale and include numerous limited edition
and several out-of-production vehicles. All models include a certificate of
authenticity from their manufacturers and come fully assembled and ready for
display in the home or office.',NULL,NULL),
insert into
`zproducts`(`productCode`,`productName`,`productLine`,`productScale`,`productVendor
`,`productDescription`,`quantityInStock`,`buyPrice`,`MSRP`) values
insert into
`zemployees`(`employeeNumber`,`lastName`,`firstName`,`extension`,`email`,`officeCod
e`,`reportsTo`,`jobTitle`) values
(1002,'Murphy','Diane','x5800','[email protected]','1',NULL,'President')
,
(1056,'Patterson','Mary','x4611','[email protected]','1',1002,'VP
Sales'),