[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 456   SHUFFLE   <  SKIP 1216  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22543Campbell, Jeremy97205PortlandOregonUnited States
21435Alexander, Connor, G90401Santa MonicaCaliforniaUnited States
24316Diaz, Rachel, J91941GrossmontCaliforniaUnited States

Generated 2025-07-11 22:07:41.226 UTC