[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 442  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15851Anderson, Taylor, A98201EverettWashingtonUnited States
28186Wagner, Jenny, M97005BeavertonOregonUnited States
28847Xu, Carly, G94519ConcordCaliforniaUnited States
22223Parker, Gabrielle94941Mill ValleyCaliforniaUnited States

Generated 2025-07-11 23:37:29.134 UTC