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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27900Prasad, Toni66041PoingSaarlandGermany
14507Wright, Eric91364Woodland HillsCaliforniaUnited States
15537Peterson, Destiny91203GlendaleCaliforniaUnited States

Generated 2025-07-11 22:03:54.320 UTC