[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 3669   SHUFFLE   <  SKIP 1000  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21319Lee, Zachary, C98225BellinghamWashingtonUnited States
12222Xu, Jenny, KSW19 3RULondonEnglandUnited Kingdom
28337Bennett, Melissa97045Oregon CityOregonUnited States

Generated 2025-07-18 07:08:44.253 UTC