[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 2421   SHUFFLE   <  SKIP 7446  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20083Kumar, Terry, E90210Beverly HillsCaliforniaUnited States
22036Hall, Gabriella90241DowneyCaliforniaUnited States
12770Evans, Charles, L90012Los AngelesCaliforniaUnited States

Generated 2025-07-21 18:11:20.140 UTC