[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 350   SHUFFLE   <  SKIP 632  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20073Cooper, Melissa98366Port OrchardWashingtonUnited States
23174Gonzales, Gloria, A90210Beverly HillsCaliforniaUnited States
25648Carlson, Michele93400Saint-DenisSeine Saint DenisFrance

Generated 2025-07-22 00:56:57.531 UTC