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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24640Yang, Lisa90210Beverly HillsCaliforniaUnited States
11769Hernandez, Haley, LV2L3W8NewtonBritish ColumbiaCanada
19805Butler, Mariah, S91502BurbankCaliforniaUnited States

Generated 2025-07-14 02:26:04.027 UTC