[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 405   SHUFFLE   <  SKIP 300  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28284Kelly, Bailey, RV8XRoyal OakBritish ColumbiaCanada
13055Gray, Patrick, J97355LebanonOregonUnited States
12179Jones, Alexis, M97355LebanonOregonUnited States
14369Sanchez, Devin, J97045Oregon CityOregonUnited States

Generated 2025-07-19 20:00:56.415 UTC