[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 3131  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28039Lee, Xavier, E94303Palo AltoCaliforniaUnited States
20688Ramirez, Steven, A98201EverettWashingtonUnited States
23161Scott, Samuel, C94941Mill ValleyCaliforniaUnited States
26713Edwards, Stephanie, R92118CoronadoCaliforniaUnited States

Generated 2025-07-11 14:56:50.597 UTC