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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19238West, Isabella98371PuyallupWashingtonUnited States
22493Sanz, Dwayne, D48001MünsterSaarlandGermany
22156Zheng, Jamie, L4000BrisbaneQueenslandAustralia
13060Zhu, Eugene, D94519ConcordCaliforniaUnited States

Generated 2025-07-19 06:22:48.705 UTC