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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23733Gomez, Natasha, G98312BremertonWashingtonUnited States
26608Nelson, Aaron, R90210Beverly HillsCaliforniaUnited States
18921Bailey, Rachel, R98270MarysvilleWashingtonUnited States

Generated 2025-07-12 12:11:45.227 UTC