[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 440   SHUFFLE   <  SKIP 419  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22347Long, Abigail, F91791West CovinaCaliforniaUnited States
15346Rodriguez, Charles, E90401Santa MonicaCaliforniaUnited States
26314Murphy, Angel, M90401Santa MonicaCaliforniaUnited States

Generated 2025-07-17 12:46:07.641 UTC