[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 4   SHUFFLE   <  SKIP 4002  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14582Reed, MarcusV8VVictoriaBritish ColumbiaCanada
11305Evans, Sean, A91910Chula VistaCaliforniaUnited States
19999Brooks, Danielle92806La JollaCaliforniaUnited States

Generated 2025-07-13 16:00:06.205 UTC