[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 3129  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15979Cook, Nicole98036LynnwoodWashingtonUnited States
17448Hayes, Zachary92806La JollaCaliforniaUnited States
26380Luo, Ricardo95000CergyVal d'OiseFrance
22920Andersen, Calvin4217Gold CoastQueenslandAustralia

Generated 2025-11-02 19:05:27.304 UTC