[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 512   SHUFFLE   <  SKIP 133  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24762Xu, Warren98168BurienWashingtonUnited States
19986Huang, Jamie94014ColmaCaliforniaUnited States
14603Ward, Sara94063Redwood CityCaliforniaUnited States
16994Torres, Deanna, E94519ConcordCaliforniaUnited States

Generated 2025-07-12 18:53:02.769 UTC