[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 999   SHUFFLE   <  SKIP 1123  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16962Coleman, Zachary94536FremontCaliforniaUnited States
12878Sun, Gilbert, L90210Beverly HillsCaliforniaUnited States
11526Diaz, Katherine, PV3L 1E7WestminsterBritish ColumbiaCanada

Generated 2025-07-13 09:41:38.785 UTC