[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 2421   SHUFFLE   <  SKIP 2450  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19419Adams, Allison, L59100RoubaixNordFrance
19506Lin, Candice, KW1Y 3RALondonEnglandUnited Kingdom
23002Hernandez, Arthur, W98225BellinghamWashingtonUnited States
18995Gray, Melissa, A90706BellflowerCaliforniaUnited States
13875Williams, Samantha, C92020El CajonCaliforniaUnited States
19212Clark, Brianna, R97355LebanonOregonUnited States

Generated 2025-07-18 22:26:55.565 UTC