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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29004Thomas, Andrew, C90401Santa MonicaCaliforniaUnited States
25257Sanchez, Harold, T91910Chula VistaCaliforniaUnited States
26000Lopez, Connor90401Santa MonicaCaliforniaUnited States

Generated 2025-07-11 20:45:38.904 UTC