[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 444   SHUFFLE   <  SKIP 1220  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19160Perez, Sara92625Newport BeachCaliforniaUnited States
27068Kelly, Jade90505TorranceCaliforniaUnited States
13716Jai, Brandon90241DowneyCaliforniaUnited States

Generated 2025-07-21 00:02:21.506 UTC