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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24317Thomas, Devin92625Newport BeachCaliforniaUnited States
28232Russell, Gavin97005BeavertonOregonUnited States
26042Griffin, Devin90802Long BeachCaliforniaUnited States

Generated 2025-07-14 03:46:16.438 UTC