[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 0   SHUFFLE   <  SKIP 3256  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22207Sanchez, Nancy, L1597Lane CoveNew South WalesAustralia
17866Baker, Jack, W92020El CajonCaliforniaUnited States
29126Cox, Chloe91502BurbankCaliforniaUnited States

Generated 2025-11-02 01:08:15.026 UTC