[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 0   SHUFFLE   <  SKIP 3378  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28530Powell, Gavin, MYO15YorkEnglandUnited Kingdom
14267Wood, Lauren, I97330CorvallisOregonUnited States
25897Bailey, Kimberly92102San DiegoCaliforniaUnited States
18223Clark, Noah97330CorvallisOregonUnited States
26336Brown, Noah, D90241DowneyCaliforniaUnited States
15964Cox, Steven, E92806La JollaCaliforniaUnited States

Generated 2025-11-02 02:25:09.248 UTC