[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 512   SHUFFLE   <  SKIP 2307  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24239Hernandez, Miguel, L91932Imperial BeachCaliforniaUnited States
14369Sanchez, Devin, J97045Oregon CityOregonUnited States

Generated 2025-07-14 13:58:41.731 UTC