[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 508  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12175Powell, Luke, A95062Santa CruzCaliforniaUnited States
21246Nelson, Samuel91502BurbankCaliforniaUnited States
20410Jackson, Richard99202SpokaneWashingtonUnited States

Generated 2025-07-11 16:14:03.278 UTC