[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 2000   SHUFFLE   <  SKIP 11  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20265Guo, Clarence4655Hervey BayQueenslandAustralia
24944Garcia, Whitney, H94704BerkeleyCaliforniaUnited States
23733Gomez, Natasha, G98312BremertonWashingtonUnited States

Generated 2025-11-05 12:02:17.216 UTC