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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18833Baker, Morgan90712LakewoodCaliforniaUnited States
13068Morris, Alexandria90706BellflowerCaliforniaUnited States
17440Cox, Richard92625Newport BeachCaliforniaUnited States
26271Baker, Bailey92102San DiegoCaliforniaUnited States

Generated 2025-07-22 12:38:34.427 UTC