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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18750Perry, Alexandra, L92806La JollaCaliforniaUnited States
20079Taylor, Alexandra97005BeavertonOregonUnited States
27047Rai, Yolanda97005BeavertonOregonUnited States

Generated 2025-07-18 00:23:27.950 UTC