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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20640Turner, Noah, S92020El CajonCaliforniaUnited States
20185Cooper, Xavier92020El CajonCaliforniaUnited States
20761Washington, Jonathan, A92020El CajonCaliforniaUnited States

Generated 2025-07-09 10:44:54.374 UTC