| Index name | Table name | Attributes |
| CategoryName | | Categories | CategoryName | ASC |
| City | | Customers | City | ASC |
| CompanyName | | Customers | CompanyName | ASC |
| PostalCode | | Customers | PostalCode | ASC |
| Region | | Customers | Region | ASC |
| LastName | | Employees | LastName | ASC |
| PostalCode | | Employees | PostalCode | ASC |
| CompanyName | | Suppliers | CompanyName | ASC |
| PostalCode | | Suppliers | PostalCode | ASC |
| CustomerID | | Orders | CustomerID | ASC |
| CustomersOrders | | Orders | CustomerID | ASC |
| EmployeeID | | Orders | EmployeeID | ASC |
| EmployeesOrders | | Orders | EmployeeID | ASC |
| OrderDate | | Orders | OrderDate | ASC |
| ShippedDate | | Orders | ShippedDate | ASC |
| ShippersOrders | | Orders | ShipVia | ASC |
| ShipPostalCode | | Orders | ShipPostalCode | ASC |
| ProductID | | Order Details | ProductID | ASC |
| ixCategoryID | | Product | CategoryID | ASC |
| ixProductName | | Product | ProductName | ASC |
| ixSupplierID | | Product | SupplierID | ASC |
| ProductsOrder_Details | | Order Details | ProductID | ASC |
| OrderID | | Order Details | OrderID | ASC |
| OrdersOrder_Details | | Order Details | OrderID | ASC |
| xPostalCodeCity | | Suppliers | PostalCode | ASC |
| City | ASC |
| xCustPostcodeCity | | Customers | PostalCode | ASC |
| City | ASC |
| xpkSupplierID | UNIQUE | Suppliers | SupplierID | ASC |