[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 456   SHUFFLE   <  SKIP 1234  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18174Munoz, Jill, M94310OrlyVal de MarneFrance
25590Gill, Naomi, E66041PoingSaarlandGermany
12456Chen, Thomas98168BurienWashingtonUnited States
22997Williams, Lucas98225BellinghamWashingtonUnited States

Generated 2025-07-17 07:59:19.841 UTC