[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 350   SHUFFLE   <  SKIP 8  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19310Raman, Evelyn, W75019ParisSeine (Paris)France
27679Walker, Kayla98371PuyallupWashingtonUnited States
21463Roberts, Logan, F91977Spring ValleyCaliforniaUnited States

Generated 2025-07-16 16:11:03.659 UTC