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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18858Parker, Miguel, K91950Lincoln AcresCaliforniaUnited States
18947Bryant, Devin91950Lincoln AcresCaliforniaUnited States
19163Bailey, Riley91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-11 11:02:32.036 UTC