[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 4000   SHUFFLE   <  SKIP 4661  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15408Thompson, Olivia91203GlendaleCaliforniaUnited States
13014Clark, James, E98020EdmondsWashingtonUnited States
23358Alvarez, Alberto94014ColmaCaliforniaUnited States

Generated 2025-07-15 20:56:54.182 UTC