[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 1875   SHUFFLE   <  SKIP 2940  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15363Yang, Justin, SV0SookeBritish ColumbiaCanada
18890Blue, Lauren98052RedmondWashingtonUnited States
15405Ross, Miguel, E94704BerkeleyCaliforniaUnited States
19230Moreno, Joy94519ConcordCaliforniaUnited States

Generated 2025-07-21 15:56:28.307 UTC