<?xml version="1.0" encoding="UTF-8"?>
<Import name="dbo.tblFeedSuppliers" query="SELECT [SupplierID], [SupplierName], [SupplierAddress], [SupplierCity], [SupplierState], [SupplierTelephone] FROM [ZooDB].[dbo].[tblFeedSuppliers];
">
	<!--MS SQL Server-->
	<!--Column name:SupplierID type:int-->
	<!--Column name:SupplierName type:varchar length:50 maxlength:8000-->
	<!--Column name:SupplierAddress type:varchar length:50 maxlength:8000-->
	<!--Column name:SupplierCity type:varchar length:50 maxlength:8000-->
	<!--Column name:SupplierState type:varchar length:50 maxlength:8000-->
	<!--Column name:SupplierTelephone type:varchar length:20 maxlength:8000-->
	<Row>
		<SupplierID>1</SupplierID>
		<SupplierName>Universal Feed Co.</SupplierName>
		<SupplierAddress>21 James St.</SupplierAddress>
		<SupplierCity>Omaha</SupplierCity>
		<SupplierState>NE</SupplierState>
		<SupplierTelephone>(515)555-8277</SupplierTelephone>
	</Row>
	<Row>
		<SupplierID>2</SupplierID>
		<SupplierName>Bugs N Rodents, Ltd.</SupplierName>
		<SupplierAddress>658 Water St.</SupplierAddress>
		<SupplierCity>Moscow</SupplierCity>
		<SupplierState>ID</SupplierState>
		<SupplierTelephone>(515)555-0107</SupplierTelephone>
	</Row>
	<Row>
		<SupplierID>3</SupplierID>
		<SupplierName>Zoo and Co. Exotic Feed</SupplierName>
		<SupplierAddress>1207 Northern Blvd.</SupplierAddress>
		<SupplierCity>Boston</SupplierCity>
		<SupplierState>MA</SupplierState>
		<SupplierTelephone>(515)555-3792</SupplierTelephone>
	</Row>
	<Row>
		<SupplierID>4</SupplierID>
		<SupplierName>Barney Smiths Animal Victuals, Ltd.</SupplierName>
		<SupplierAddress>713 Main St.</SupplierAddress>
		<SupplierCity>Sacramento</SupplierCity>
		<SupplierState>CA</SupplierState>
		<SupplierTelephone>(515)555-7265</SupplierTelephone>
	</Row>
	<Row>
		<SupplierID>5</SupplierID>
		<SupplierName>Nemos Specialty Fish Food</SupplierName>
		<SupplierAddress>26 Tower St.</SupplierAddress>
		<SupplierCity>NY</SupplierCity>
		<SupplierState>NY</SupplierState>
		<SupplierTelephone>(515)555-1887</SupplierTelephone>
	</Row>
	<Row>
		<SupplierID>6</SupplierID>
		<SupplierName>The Feedery</SupplierName>
		<SupplierAddress>410 Railroad Avenue</SupplierAddress>
		<SupplierCity>Minneapolis</SupplierCity>
		<SupplierState>MN</SupplierState>
		<SupplierTelephone>(515)555-4877</SupplierTelephone>
	</Row>
	<Row>
		<SupplierID>7</SupplierID>
		<SupplierName>The Pampered Pet</SupplierName>
		<SupplierAddress>245 Greenaway Street</SupplierAddress>
		<SupplierCity>Chicago</SupplierCity>
		<SupplierState>IL</SupplierState>
		<SupplierTelephone>(515)555-0706</SupplierTelephone>
	</Row>
	<Row>
		<SupplierID>8</SupplierID>
		<SupplierName>ZooChow Central</SupplierName>
		<SupplierAddress>3130 Ninth Avenue</SupplierAddress>
		<SupplierCity>NY</SupplierCity>
		<SupplierState>NY</SupplierState>
		<SupplierTelephone>(515)555-3345</SupplierTelephone>
	</Row>
</Import>
