[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 127   SHUFFLE   <  SKIP 591  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23808Perry, Spencer91950Lincoln AcresCaliforniaUnited States
28864Murphy, Natalie, P94063Redwood CityCaliforniaUnited States
22108Powell, Eduardo94947NovatoCaliforniaUnited States

Generated 2025-07-20 17:52:51.823 UTC