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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11866Scott, Lucas, L91203GlendaleCaliforniaUnited States
12416Martinez, Veronica, S90706BellflowerCaliforniaUnited States
15147Chen, Clarence, R4810TownsvilleQueenslandAustralia

Generated 2025-07-10 15:35:00.533 UTC