[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 10847  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25152Sanders, Maria, M92806La JollaCaliforniaUnited States
25341Cook, Kaitlyn, J92806La JollaCaliforniaUnited States
26015Chow, Gabriel92806La JollaCaliforniaUnited States

Generated 2025-07-20 17:56:50.507 UTC