<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=PubWanBackup.2003-01-01</id>
	<title>PubWanBackup.2003-01-01 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=PubWanBackup.2003-01-01"/>
	<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=PubWanBackup.2003-01-01&amp;action=history"/>
	<updated>2026-05-06T15:02:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikiworld.com/index.php?title=PubWanBackup.2003-01-01&amp;diff=1948&amp;oldid=prev</id>
		<title>imported&gt;Import: Imported current content</title>
		<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=PubWanBackup.2003-01-01&amp;diff=1948&amp;oldid=prev"/>
		<updated>2026-01-28T11:54:25Z</updated>

		<summary type="html">&lt;p&gt;Imported current content&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# phpMyAdmin [[MySQL]]-Dump&lt;br /&gt;
# version 2.2.0&lt;br /&gt;
# http://phpwizard.net/phpMyAdmin/&lt;br /&gt;
# http://phpmyadmin.sourceforge.net/ (download page)&lt;br /&gt;
#&lt;br /&gt;
# Host: localhost&lt;br /&gt;
# Generation Time: January 2, 2003, 7:43 am&lt;br /&gt;
# Server version: 3.23.40&lt;br /&gt;
# PHP Version: 4.1.2&lt;br /&gt;
# Database : `PubWan`&lt;br /&gt;
# --------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Table structure for table `SandBox`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE [[SandBox]] (&lt;br /&gt;
  who varchar(80) default NULL,&lt;br /&gt;
  what text,&lt;br /&gt;
  when timestamp(14) NOT NULL,&lt;br /&gt;
  where text,&lt;br /&gt;
  why text,&lt;br /&gt;
  how text,&lt;br /&gt;
  quantity int(11) NOT NULL default &amp;#039;1&amp;#039;&lt;br /&gt;
) TYPE&amp;lt;code&amp;gt;MyISAM COMMENT&amp;lt;/code&amp;gt;&amp;#039;This is for playing with SQL&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Dumping data for table `SandBox`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
INSERT INTO [[SandBox]] VALUES (&amp;#039;JimScarver&amp;#039;,&amp;#039;Created [[SandBox]] table in [[PubWan]]&amp;#039;,20021227074559,&amp;#039;Newark&amp;#039;,&amp;#039;Big fun.&amp;#039;,&amp;#039;myPhpAdmin&amp;#039;,1);&lt;br /&gt;
INSERT INTO [[SandBox]] VALUES (&amp;#039;JimScarver&amp;#039;,&amp;#039;invites you to add rows (data), fields and do queries&amp;#039;,20021227080050,&amp;#039;here in the [[PubWan]] database&amp;#039;,&amp;#039;to play and learn SQL&amp;#039;,&amp;#039;trial and error and reading the documentation available and maybe the [[SqlClassroom]]&amp;#039;,1);&lt;br /&gt;
# --------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Table structure for table `adjective`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE adjective (&lt;br /&gt;
  key bigint(20) default NULL,&lt;br /&gt;
  adjective text&lt;br /&gt;
) TYPE=MyISAM;&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Dumping data for table `adjective`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
INSERT INTO adjective VALUES (1,&amp;#039;clover&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (2,&amp;#039;crunchy&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (3,&amp;#039;dark&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (4,&amp;#039;hot&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (5,&amp;#039;natural&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (6,&amp;#039;onion&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (7,&amp;#039;pure&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (8,&amp;#039;sage&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (9,&amp;#039;toasted&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO adjective VALUES (10,&amp;#039;wheat&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
# --------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Table structure for table `brand`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE brand (&lt;br /&gt;
  key bigint(20) default NULL,&lt;br /&gt;
  brand text&lt;br /&gt;
) TYPE=MyISAM;&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Dumping data for table `brand`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
INSERT INTO brand VALUES (1,&amp;#039;Brownberry®&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO brand VALUES (2,&amp;#039;Karo®&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO brand VALUES (3,&amp;#039;Krema®&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO brand VALUES (4,&amp;#039;Meijer®&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO brand VALUES (5,&amp;#039;Quaker® Kretschmer®&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO brand VALUES (6,&amp;#039;Ralston®&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
# --------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Table structure for table `noun`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE noun (&lt;br /&gt;
  key bigint(20) default NULL,&lt;br /&gt;
  noun text&lt;br /&gt;
) TYPE=MyISAM;&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Dumping data for table `noun`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
INSERT INTO noun VALUES (1,&amp;#039;honey&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO noun VALUES (2,&amp;#039;crouton&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO noun VALUES (3,&amp;#039;cereal&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO noun VALUES (4,&amp;#039;peanut butter&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO noun VALUES (5,&amp;#039;wheat germ&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
INSERT INTO noun VALUES (6,&amp;#039;corn syrup&lt;br /&gt;
&amp;#039;);&lt;br /&gt;
# --------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Table structure for table `package`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE package (&lt;br /&gt;
  key bigint(20) default NULL,&lt;br /&gt;
  system tinyint(4) default NULL,&lt;br /&gt;
  upc1 bigint(20) default NULL,&lt;br /&gt;
  upc2 bigint(20) default NULL,&lt;br /&gt;
  check tinyint(4) default NULL,&lt;br /&gt;
  brand bigint(20) default NULL,&lt;br /&gt;
  noun bigint(20) default NULL,&lt;br /&gt;
  net_mass float default NULL&lt;br /&gt;
) TYPE=MyISAM;&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Dumping data for table `package`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
INSERT INTO package VALUES (1,&amp;#039;&amp;#039;,41250,96481,&amp;#039;&amp;#039;,4,1,&amp;#039;2.27&amp;#039;);&lt;br /&gt;
INSERT INTO package VALUES (2,&amp;#039;&amp;#039;,73410,1671,8,1,2,&amp;#039;0.397&amp;#039;);&lt;br /&gt;
INSERT INTO package VALUES (3,&amp;#039;&amp;#039;,91669,10045,2,6,3,&amp;#039;0.567&amp;#039;);&lt;br /&gt;
INSERT INTO package VALUES (4,&amp;#039;&amp;#039;,79311,99,3,3,4,&amp;#039;0.453&amp;#039;);&lt;br /&gt;
INSERT INTO package VALUES (5,&amp;#039;&amp;#039;,30000,2270,2,5,5,&amp;#039;0.567&amp;#039;);&lt;br /&gt;
INSERT INTO package VALUES (6,&amp;#039;&amp;#039;,48001,5010,5,2,6,&amp;#039;&amp;#039;);&lt;br /&gt;
# --------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Table structure for table `package_adjective`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
CREATE TABLE package_adjective (&lt;br /&gt;
  key bigint(20) default NULL,&lt;br /&gt;
  package bigint(20) default NULL,&lt;br /&gt;
  adjective bigint(20) default NULL&lt;br /&gt;
) TYPE=MyISAM;&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Dumping data for table `package_adjective`&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
INSERT INTO package_adjective VALUES (1,1,7);&lt;br /&gt;
INSERT INTO package_adjective VALUES (2,1,1);&lt;br /&gt;
INSERT INTO package_adjective VALUES (3,2,8);&lt;br /&gt;
INSERT INTO package_adjective VALUES (4,2,6);&lt;br /&gt;
INSERT INTO package_adjective VALUES (5,3,10);&lt;br /&gt;
INSERT INTO package_adjective VALUES (6,3,4);&lt;br /&gt;
INSERT INTO package_adjective VALUES (7,4,5);&lt;br /&gt;
INSERT INTO package_adjective VALUES (8,4,2);&lt;br /&gt;
INSERT INTO package_adjective VALUES (9,5,9);&lt;br /&gt;
INSERT INTO package_adjective VALUES (10,6,3);&lt;br /&gt;
&amp;lt;/verbatim&amp;gt;&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;Import</name></author>
	</entry>
</feed>