[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 127   SHUFFLE   <  SKIP 1328  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26291Walker, Blake, R90802Long BeachCaliforniaUnited States
20291Walker, Alexis94070San CarlosCaliforniaUnited States
20393White, Kaitlyn91941GrossmontCaliforniaUnited States

Generated 2025-07-19 20:24:40.904 UTC