[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 250   <  SKIP 4050  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14381Cooper, Alexa97330CorvallisOregonUnited States
14393Perez, José, J97330CorvallisOregonUnited States
15173Henderson, Miguel, J97330CorvallisOregonUnited States

Generated 2025-07-09 03:53:18.323 UTC