[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 1007  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15861Zhao, Damien, S94704BerkeleyCaliforniaUnited States
16243James, MariaV2M1P1NewtonBritish ColumbiaCanada
15542Baker, Andrea, L91502BurbankCaliforniaUnited States

Generated 2025-07-12 11:55:45.634 UTC