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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24350Simmons, Eduardo94536FremontCaliforniaUnited States
26578White, Jeremy94941Mill ValleyCaliforniaUnited States
20737Griffin, Victoria, A92102San DiegoCaliforniaUnited States

Generated 2025-07-10 17:39:22.618 UTC