0% found this document useful (0 votes)
17 views3 pages

Mysqlsampledatabase 1

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 3

/*Table structure for table `zcustomers` */

/*Data for the table `zcustomers` */

insert into
`zcustomers`(`customerNumber`,`customerName`,`contactLastName`,`contactFirstName`,`
phone`,`addressLine1`,`addressLine2`,`city`,`state`,`postalCode`,`country`,`salesRe
pEmployeeNumber`,`creditLimit`) values

(103,'Atelier graphique','Schmitt','Carine ','40.32.2555','54, rue


Royale',NULL,'Nantes',NULL,'44000','France',1370,'21000.00'),

(112,'Signal Gift Stores','King','Jean','7025551838','8489 Strong St.',NULL,'Las


Vegas','NV','83030','USA',1166,'71800.00'),

/*Table structure for table `zoffices` */

/*Data for the table `zoffices` */

insert into
`zoffices`(`officeCode`,`city`,`phone`,`addressLine1`,`addressLine2`,`state`,`count
ry`,`postalCode`,`territory`) values

('1','San Francisco','+1 650 219 4782','100 Market Street','Suite


300','CA','USA','94080','NA'),

('2','Boston','+1 215 837 0825','1550 Court Place','Suite


102','MA','USA','02107','NA'),

/*Table structure for table `zorderdetails` */

/*Data for the table `zorderdetails` */

insert into
`zorderdetails`(`orderNumber`,`productCode`,`quantityOrdered`,`priceEach`,`orderLin
eNumber`) values

(10100,'S18_1749',30,'136.00',3),

(10100,'S18_2248',50,'55.09',2),

/*Table structure for table `zorders` */

/*Data for the table `zorders` */

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),

/*Table structure for table `zpayments` */


/*Data for the table `zpayments` */

insert into `zpayments`(`customerNumber`,`checkNumber`,`paymentDate`,`amount`)


values

(103,'HQ336336','2004-10-19','6066.78'),

(103,'JM555205','2003-06-05','14571.44'),

/*Table structure for table `zproductlines` */

/*Data for the table `zproductlines` */

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),

('Motorcycles','Our motorcycles are state of the art replicas of classic as well as


contemporary motorcycle legends such as Harley Davidson, Ducati and Vespa. Models
contain stunning details such as official logos, rotating wheels, working
kickstand, front suspension, gear-shift lever, footbrake lever, and drive chain.
Materials used include diecast and plastic. The models range in size from 1:10 to
1:50 scale and include numerous limited edition and several out-of-production
vehicles. All models come fully assembled and ready for display in the home or
office. Most include a certificate of authenticity.',NULL,NULL),

/*Table structure for table `zproducts` */

/*Data for the table `zproducts` */

insert into
`zproducts`(`productCode`,`productName`,`productLine`,`productScale`,`productVendor
`,`productDescription`,`quantityInStock`,`buyPrice`,`MSRP`) values

('S10_1678','1969 Harley Davidson Ultimate Chopper','Motorcycles','1:10','Min Lin


Diecast','This replica features working kickstand, front suspension, gear-shift
lever, footbrake lever, drive chain, wheels and steering. All parts are
particularly delicate due to their precise scale and require special care and
attention.',7933,'48.81','95.70'),

('S10_1949','1952 Alpine Renault 1300','Classic Cars','1:10','Classic Metal


Creations','Turnable front wheels; steering function; detailed interior; detailed
engine; opening hood; opening trunk; opening doors; and detailed
chassis.',7305,'98.58','214.30'),
/*Table structure for table `zemployees` */

/*Data for the table `zemployees` */

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'),

You might also like