[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   SHUFFLE   <  SKIP 30  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20557Lal, Lindsay, HCM11BillericayEnglandUnited Kingdom
22752Brown, Daniel, J97355LebanonOregonUnited States
23492Blanco, Jamie, R91502BurbankCaliforniaUnited States
17518Gill, Wendy98168BurienWashingtonUnited States

Generated 2025-07-10 12:04:15.411 UTC