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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17270Parker, Jack94303Palo AltoCaliforniaUnited States
17399Sanchez, Ian, F94303Palo AltoCaliforniaUnited States
18347Clark, Alyssa, J94303Palo AltoCaliforniaUnited States
18509Foster, Xavier, G94303Palo AltoCaliforniaUnited States

Generated 2025-07-13 09:50:47.434 UTC