[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 250   SHUFFLE   <  SKIP 898  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19117Coleman, Kaitlyn, C91502BurbankCaliforniaUnited States
20126Carter, Seth, A95062Santa CruzCaliforniaUnited States

Generated 2025-07-13 19:39:00.609 UTC