[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 512   <  SKIP 4334  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16816Miller, Julia, R94063Redwood CityCaliforniaUnited States
16867King, Katelyn94063Redwood CityCaliforniaUnited States
16872Taylor, Samuel, A94063Redwood CityCaliforniaUnited States
17498Martin, Daniel94063Redwood CityCaliforniaUnited States

Generated 2025-07-20 04:45:55.965 UTC