[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 2000   SHUFFLE   <  SKIP 16  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20467Bennett, Gabrielle98027IssaquahWashingtonUnited States
20527Harris, Sydney, A92625Newport BeachCaliforniaUnited States
25427Zeng, Omar90210Beverly HillsCaliforniaUnited States

Generated 2025-07-08 20:28:00.577 UTC