[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 453   <  SKIP 3884  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21301Gonzalez, Sierra97330CorvallisOregonUnited States
22758Jackson, Katherine, M97330CorvallisOregonUnited States
22187Russell, Hannah, A97330CorvallisOregonUnited States
22880Harris, Ashley, M97330CorvallisOregonUnited States
23044Patterson, Aidan, B97330CorvallisOregonUnited States
22735Jones, Katherine97330CorvallisOregonUnited States

Generated 2025-07-17 20:15:47.333 UTC