[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 525  >   <  TAKE 4  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23061Sanders, Jeremiah91950National CityCaliforniaUnited States
16445Ward, CaitlinPE17BuryEnglandUnited Kingdom
21280Walker, Justin, J98168BurienWashingtonUnited States
21397Howard, Mason, D98501OlympiaWashingtonUnited States

Generated 2025-07-14 12:58:11.232 UTC