[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 8815  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21468Yang, Ethan, L91950Lincoln AcresCaliforniaUnited States
21440Morgan, Ian91950Lincoln AcresCaliforniaUnited States
21718Roberts, Devin, B91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-11 12:44:48.171 UTC