[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 250   SHUFFLE   <  SKIP 4711  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24053Allen, Jose, C66578NeunkirchenSaarlandGermany
22925Shen, Karla, E2065St. LeonardsNew South WalesAustralia
18979Taylor, Noah, E91977Spring ValleyCaliforniaUnited States
24508Phillips, Alex, F97222MilwaukieOregonUnited States

Generated 2025-07-16 06:23:28.623 UTC