[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 4000   SHUFFLE   <  SKIP 1908  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26517Griffin, Melanie, A91932Imperial BeachCaliforniaUnited States
11613Prasad, Meredith, M04139LeipzigNordrhein-WestfalenGermany
29329Campbell, Lucas97205PortlandOregonUnited States

Generated 2025-07-13 06:25:21.983 UTC