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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27193Miller, Daniel, V91950Lincoln AcresCaliforniaUnited States
27274Morris, Marcus91950Lincoln AcresCaliforniaUnited States
27434Patterson, David, S91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-12 15:22:03.704 UTC