[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 650   SHUFFLE   <  SKIP 3124  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24100He, Jenny, CSE1 8HLLondonEnglandUnited Kingdom
22555Taylor, Ethan93400Saint-DenisSeine Saint DenisFrance
22883Morgan, Xavier97222MilwaukieOregonUnited States
26528Garcia, Samuel98020EdmondsWashingtonUnited States

Generated 2025-07-20 22:31:50.875 UTC