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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11356Carson, Terrence2060Lavender BayNew South WalesAustralia
22813Deng, JerryW1Y 3RALondonEnglandUnited Kingdom
16869Patterson, Vanessa, B90505TorranceCaliforniaUnited States
29170Adams, Alexandra, J94010BurlingameCaliforniaUnited States

Generated 2025-07-21 02:48:17.486 UTC