[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 995   SHUFFLE   <  SKIP 940  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21355Diaz, Mya, N98270MarysvilleWashingtonUnited States
23450Rogers, Alex, A97222MilwaukieOregonUnited States
14386Wood, Marissa91203GlendaleCaliforniaUnited States
26002Walker, Samuel, J97301SalemOregonUnited States

Generated 2025-07-18 19:10:06.631 UTC