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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18229Ward, Gabriella94010BurlingameCaliforniaUnited States
12163Wang, Aaron, V95062Santa CruzCaliforniaUnited States
29331Yuan, Melvin2060Lavender BayNew South WalesAustralia

Generated 2025-11-05 12:41:33.012 UTC