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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15517Edwards, Thomas, C90401Santa MonicaCaliforniaUnited States
15346Rodriguez, Charles, E90401Santa MonicaCaliforniaUnited States
15839Taylor, William, A90401Santa MonicaCaliforniaUnited States

Generated 2025-07-09 06:50:03.694 UTC