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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15742Thompson, Grace, A94303Palo AltoCaliforniaUnited States
15865Price, Isabel, M94303Palo AltoCaliforniaUnited States
15896Jones, Samuel, P94303Palo AltoCaliforniaUnited States
16356Baker, Sophia, F94303Palo AltoCaliforniaUnited States

Generated 2025-07-13 12:57:03.295 UTC