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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17866Baker, Jack, W92020El CajonCaliforniaUnited States
21522Bryant, Morgan, C75007ParisSeine (Paris)France
24749Guo, Marshall, C94519ConcordCaliforniaUnited States

Generated 2025-07-10 22:37:26.036 UTC