[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2500   SHUFFLE   <  SKIP 77  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17322Beck, Derek2777SpringwoodNew South WalesAustralia
23004Fernandez, Raymond94010BurlingameCaliforniaUnited States
23587Gonzalez, Hailey, R90505TorranceCaliforniaUnited States
23652Goel, Roger, A4810TownsvilleQueenslandAustralia

Generated 2025-07-13 15:33:50.959 UTC