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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26733Smith, Benjamin, A98225BellinghamWashingtonUnited States
12527Rodriguez, José91502BurbankCaliforniaUnited States
26826Romero, Kendra10210BerlinHamburgGermany

Generated 2025-07-09 08:06:08.255 UTC