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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13220Hernandez, Isabella92625Newport BeachCaliforniaUnited States
16335Lu, Kristen90706BellflowerCaliforniaUnited States
21744Perry, Emma94014ColmaCaliforniaUnited States

Generated 2025-07-14 02:48:14.274 UTC