[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 3110  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20490Roberts, Kaylee, G94941Mill ValleyCaliforniaUnited States
17272Hernandez, Mary, D97330CorvallisOregonUnited States
25508Cook, Melissa20354HamburgHamburgGermany

Generated 2025-10-28 20:02:29.886 UTC