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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14449Jenkins, Logan, S98270MarysvilleWashingtonUnited States
22407Gonzalez, Carolyn, H2060Lavender BayNew South WalesAustralia
12758Ramirez, Stephanie, E98033KirklandWashingtonUnited States

Generated 2025-07-11 15:22:30.556 UTC