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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15967Diaz, Dakota98168BurienWashingtonUnited States
13428Ramirez, Marcus, A94947NovatoCaliforniaUnited States
15287Baker, Stephanie, S99202SpokaneWashingtonUnited States

Generated 2025-07-17 04:56:21.869 UTC