[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 511   SHUFFLE   <  SKIP 1964  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14182Lin, Steve, A60082Frankfurt am MainHamburgGermany
26319Martinez, Dylan, M95062Santa CruzCaliforniaUnited States
12940Rogers, Steven90401Santa MonicaCaliforniaUnited States

Generated 2025-07-22 00:56:53.283 UTC