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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20741Foster, Jocelyn91945Lemon GroveCaliforniaUnited States
22533Liu, Jake20354HamburgHamburgGermany
11181Martin, Devin, P90012Los AngelesCaliforniaUnited States
16753Harris, Rachel97034Lake OswegoOregonUnited States

Generated 2025-07-17 21:21:59.233 UTC