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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21700Ramirez, Juan, M94303Palo AltoCaliforniaUnited States
21909Ward, Allison94303Palo AltoCaliforniaUnited States
22106Long, Olivia94303Palo AltoCaliforniaUnited States
22185Henderson, Connor94303Palo AltoCaliforniaUnited States

Generated 2025-11-04 19:15:30.531 UTC