[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 5836  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27041Smith, Edward98033KirklandWashingtonUnited States
19686Hernandez, Charles, D94015Daly CityCaliforniaUnited States
22977Patterson, Ian, R94070San CarlosCaliforniaUnited States
20320Nath, Mindy, F90706BellflowerCaliforniaUnited States
24387Mitchell, Elijah, A90706BellflowerCaliforniaUnited States
14431Moore, Kayla, A90210Beverly HillsCaliforniaUnited States

Generated 2025-07-14 07:21:42.029 UTC