[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 4000   SHUFFLE   <  SKIP 2452  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20899Cook, Angela59100RoubaixNordFrance
19194Garcia, Cesar, L75010ParisSeine (Paris)France
24497James, Abigail98366Port OrchardWashingtonUnited States

Generated 2025-07-15 10:36:34.707 UTC