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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25889Munoz, Reginald, C91502BurbankCaliforniaUnited States
28824Gonzales, Brandon, D98052RedmondWashingtonUnited States
18665Brooks, Olivia98168BurienWashingtonUnited States

Generated 2025-07-14 02:17:50.164 UTC