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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16896Perez, Natalie92020El CajonCaliforniaUnited States
21539Raman, Phillip78000VersaillesYvelineFrance
20645Stewart, Xavier98403TacomaWashingtonUnited States

Generated 2025-07-09 13:23:39.895 UTC