[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 3080  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28276Deng, Christy, J98225BellinghamWashingtonUnited States
22944Lal, Jodi, J2060Lavender BayNew South WalesAustralia
15491Li, Shannon, A33755ClearwaterFloridaUnited States
12105Foster, Abigail, R91364Woodland HillsCaliforniaUnited States

Generated 2025-07-09 02:58:15.528 UTC