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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21497Cox, Patrick, S91910Chula VistaCaliforniaUnited States
13456Hernandez, Sydney98033KirklandWashingtonUnited States
15858Parker, Jonathan, D94519ConcordCaliforniaUnited States

Generated 2025-07-09 13:09:43.468 UTC