[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   <  SKIP 3491  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26174Adams, Isaac97301SalemOregonUnited States
26450Ramirez, Lauren, L97301SalemOregonUnited States
26253Wright, Dalton, N97301SalemOregonUnited States
26580Ramirez, Paige97301SalemOregonUnited States

Generated 2025-07-20 15:13:29.073 UTC