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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26621Wood, Sarah, L97005BeavertonOregonUnited States
21688Morris, Jesse91776San GabrielCaliforniaUnited States
16770Rogers, Charles90712LakewoodCaliforniaUnited States

Generated 2025-07-17 11:53:57.351 UTC