[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   SKIP 2776   <  SKIP 505  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24515Jones, Ian92102San DiegoCaliforniaUnited States
23877Morris, Katherine, T92102San DiegoCaliforniaUnited States
25416Coleman, Jack92102San DiegoCaliforniaUnited States

Generated 2025-07-22 06:50:34.234 UTC