[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 650   SHUFFLE   <  SKIP 1425  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23132Lee, Anthony, M95062Santa CruzCaliforniaUnited States
11662Kumar, Ethan97222MilwaukieOregonUnited States
15012Hughes, Emma, A98036LynnwoodWashingtonUnited States

Generated 2025-07-13 02:56:44.244 UTC