[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 508   SHUFFLE   <  SKIP 801  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25334Gonzales, Marcus, M98020EdmondsWashingtonUnited States
16673Guo, Curtis, O90210Beverly HillsCaliforniaUnited States
29199Wilson, James, M94536FremontCaliforniaUnited States

Generated 2025-07-15 15:59:50.254 UTC