[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 0   SHUFFLE   <  SKIP 2259  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25068Shan, Robert91910Chula VistaCaliforniaUnited States
17369Brown, Ethan91950Lincoln AcresCaliforniaUnited States
21468Yang, Ethan, L91950Lincoln AcresCaliforniaUnited States
21599Lopez, Sara, A97301SalemOregonUnited States

Generated 2025-11-04 18:28:41.313 UTC