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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21801Cooper, Kaylee, M94303Palo AltoCaliforniaUnited States
22106Long, Olivia94303Palo AltoCaliforniaUnited States
21909Ward, Allison94303Palo AltoCaliforniaUnited States

Generated 2025-10-31 06:29:46.671 UTC