Current File : //opt/RZphp74/includes/test/XML_Query2XML/tests/Query2XML_Tests.sq2
** This file contains an SQLite 2.1 database **(u��{�D)�	 &))index(album autoindex 1)album10�=3�%033index(department autoindex 1)department23xoreid INT NOT NULL,	manager INT NOT NULL,	country VARCHAR(255),	state VARCHAR(255),	city VARCHAR(255),	street VARCHAR(255),	phone VARCHAR(255),	building_xmldata TEXT,	UNIQUE (s� �lukas�P
 b0G1X��|
8b0G1Y��|
b0G1Z��|�P
 b0G1X��|
8b0G1Y��|
b0G1Z��|��D*�%*1Curtis Mayfield1920ChicagoSoul�||(�#(2Isaac Hayes1942TennesseeSoul6�%63Ray Charles1930MississippiCountry and SoulA<�
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
hb0G1a��|
�b0G1b��|
�b0G1c��|
�b0G1d��|
�b0G1e��|
�b0G1f�	�|
b0G1g�
�|�
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
hb0G1a��|
�b0G1b��|
�b0G1c��|
�b0G1d��|
�b0G1e��|
�b0G1f�	�|
b0G1g�
�|P@%�%1JaneDoejane.doe@example.com%Ix%�%2JohnDoejohn.doe@example.com��|�+�
+3SusanGreensusan.green@example.com|�,�,4VictoriaAltvictory.alt@example.com,)�)5WillRippywill.wippy@example.com��|`#�#6TimRawtim.raw@example.com�+�+7NickFallownick.fallow@example.com|�'�
'8EdBurtoned.burton@example.com%�	%9JackWoojack.woo@example.com��|2�
210MariaGonzalesmaria.gonzales@example.com�|�P
 b0G1X��|
8b0G1Y��|
b0G1Z��|�P
 b0G1X��|
8b0G1Y��|
b0G1Z��|��H.�
.11New World Order1990the best ever!���5�
521Curtis1970that man's got somthin' to say\A"�
"32Shaft1972he's the man"< REFERENCES artist (artistid))�X>�>tabletesttest3CREATE TABLE test (name VARCHAR(255))0���tableartistartist6CREATE TABLE artist (	artistid INT NOT NULL,	name VARCHAR(255),	birth_year Int,	birth_place VARCHAR(255),	genre VARCHAR(255),	UNIQUE (artistid),    PRIMARY KEY (artistid))l*�!(**index(artist autoindex 1)artist4=�*�!(**index(artist autoindex 2)artist5=��� �tablecustomercustomer9CREATE TABLE customer (	customerid INT NOT NULL,	first_name VARCHAR(255),	last_name VARCHAR(255),	email VARCHAR(255),	UNIQUE (customerid),    PRIMARY KEY (customerid))�.�#,..index(customer autoindex 1)customer7.�#,..index(customer autoindex 2)customer8�!tablealbumalbum12CREATE TABLE album (	albumid INT NOT NULL,	artist_id INT NOT NULL,	title VARCHAR(255),	published_year Int,	comment VARCHAR(255),	UNIQUE (albumid),    PRIMARY KEY (albumid),    FOREIGN KEY (artist_id)
�D)�
 &))index(album autoindex 2)album11�=���!�tableemployeeemployee18CREATE TABLE employee (	employeeid INT NOT NULL,	employeename VARCHAR(255),	UNIQUE (employeeid),    PRIMARY KEY (employeeid))4/�#,//index(employee autoindex 1)employee16t/�
#,//index(employee autoindex 2)employee17pF�!Ftablestorestore21CREATE TABLE store (	storeid INT NOT NULL,	manager INT NOT NULL,	country VARCHAR(255),	state VARCHAR(255),	city VARCHAR(255),	street VARCHAR(255),	phone VARCHAR(255),	building_xmldata TEXT,	UNIQUE (s�)� &))index(store autoindex 1)store19�=�)� &))index(store autoindex 2)store20�=a�(+atabledepartmentdepartment25CREATE TABLE department (	departmentid INT NOT NULL,	store_id INT NOT NULL,	department_head INT NOT NULL,	departmentname VARCHAR(255),	UNIQUE (departmentid),    PRIMARY KEY (departmentid), (
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
hb0G1a��|
�b0G1b��|
�b0G1c��|
�b0G1d��|
�b0G1e��|
�b0G1f�	�|
�b0G1g�
�|
b0G1h��|
b0G1i��|�(
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
hb0G1a��|
�b0G1b��|
�b0G1c��|
�b0G1d��|
�b0G1e��|
�b0G1f�	�|
�b0G1g�
�|
b0G1h��|
b0G1i��|��,�1Michael JonesP�2Susi Weintraubp�3Steve Hack��4Joan Kerr��5Marcus Roth�"��6Jack Mack��7Rita Doktor�"�8David Til8�	9Pia Eist\�
10Hanna Poll�"|�11Jim Wells�12Sandra Wilson`8
 b0G1X��|
b0G1Y��|�8
 b0G1X��|
b0G1Y��|�l���	
"6C�11USNew YorkNew YorkBroadway & 72nd Str123 456 7890<building><floors>4</floors><elevators>2</elevators><square_meters>3200</square_meters></building>"��	
#1:�22USNew YorkLarchmontPalmer Ave 71456 7890<building><floors>2</floors><elevators>1</elevators><square_meters>400</square_meters></building>�toreid),    PRIMARY KEY (storeid),    FOREIGN KEY (manager) REFERENCES employee (employeeid))h
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
b0G1a��|�h
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
b0G1a��|��,�	111Sales�"T�	214Marketingx�	327Sales�"�	4210Marketing`   FOREIGN KEY (department_head) REFERENCES employee (employeeid),    FOREIGN KEY (store_id) REFERENCES store (storeid))L3�%033index(department autoindex 2)department24HF�&:=Ftableemployee_departmentemployee_department29CREATE TABLE employee_department (	employee_id INT NOT NULL,	department_id INT NOT NULL,    PRIMARY KEY (employee_id,department_id),    FOREIGN KEY (employee_id) REFERENCE�E�.BEEindex(employee_department autoindex 1)employee_department28I����tablesalesale33CREATE TABLE sale (	saleid INT NOT NULL,	album_id INT NOT NULL,	customer_id INT NOT NULL,	employee_id INT NOT NULL,	store_id INT NOT NULL,	timestamp TIMESTAMP,	UNIQUE (saleid),    PRIMARY KEY (saleid),"�'�$''index(sale autoindex 1)sale31'�$''index(sale autoindex 2)sale32�X$b0G1Xb0G1X�@b0G1Yb0G1X�\b0G1Zb0G1X�xb0G1ab0G1Y��b0G1bb0G1Y��b0G1cb0G1Y��b0G1db0G1Z��b0G1eb0G1Z�b0G1fb0G1Z�	 b0G1gb0G1a�
<b0G1hb0G1a�b0G1ib0G1a��( �118�21P�31h�42��52��62��73��83��	93��
104�114�124�S employee (employeeid),    FOREIGN KEY (department_id) REFERENCES department (departmentid))�
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
hb0G1a��|
�b0G1b��|
�b0G1c��|
�b0G1d��|
�b0G1e��|
�b0G1f�	�|
�b0G1g�
�|
b0G1h��|
(b0G1i��|
@b0G1j�
�|
Xb0G1k��|
pb0G1l��|
�b0G1m��|
�b0G1n��|
�b0G1o��|
�b0G1p��|
b0G1q��|�
 b0G1X��|
8b0G1Y��|
Pb0G1Z��|
hb0G1a��|
�b0G1b��|
�b0G1c��|
�b0G1d��|
�b0G1e��|
�b0G1f�	�|
�b0G1g�
�|
b0G1h��|
(b0G1i��|
@b0G1j�
�|
Xb0G1k��|
pb0G1l��|
�b0G1m��|
�b0G1n��|
�b0G1o��|
�b0G1p��|
b0G1q��|$@#%�		
%919212005-07-10 18:03:00��|�    FOREIGN KEY (employee_id) REFERENCES employee (employeeid),    FOREIGN KEY (album_id) REFERENCES album (albumid),    FOREIGN KEY (customer_id) REFERENCES customer (customerid),    FOREIGN KEY (store_id) REFERENCES store (storeid))�@%�	
%111112005-05-25 16:32:00Ix%�	
%212722005-06-05 12:56:00��|�%�	
%313212005-07-10 11:03:00��|�%�	
%414822005-07-10 10:03:00I %�	
%515312005-07-10 13:03:00��|X%�	
%616922005-07-10 14:03:00I�%�	
%717112005-07-10 15:03:00��|%�	
%818722005-07-10 16:03:00I8p@'�

'10110822005-07-10 19:03:00|x&�
&1121722005-05-25 16:23:00�|�&�
&1223822005-07-10 11:56:00�|�&�

&1325922005-07-10 13:12:00�| &�
&1427722005-07-10 15:09:00�|X&�
&1529822005-07-10 18:49:00�|�&�
&1632112005-06-05 12:56:12�|�&�
&1734212005-07-10 10:03:32�|&�
&1836312005-07-10 14:03:52�|8&�
&1938112005-07-10 16:03:01�|'�
'20310212005-07-10 19:03:50�