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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20641Robinson, Isabella, P90802Long BeachCaliforniaUnited States
21734Garcia, Grace90802Long BeachCaliforniaUnited States
22152King, Marcus90802Long BeachCaliforniaUnited States
22720Alexander, Jonathan90802Long BeachCaliforniaUnited States

Generated 2025-07-12 23:55:37.087 UTC