[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 2920  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18750Perry, Alexandra, L92806La JollaCaliforniaUnited States
26660Sutton, Kern, A4169East BrisbaneQueenslandAustralia
22880Harris, Ashley, M97330CorvallisOregonUnited States

Generated 2025-07-12 22:58:59.572 UTC