[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 2147   SHUFFLE   <  SKIP 42  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16655Taylor, Destiny, M90712LakewoodCaliforniaUnited States
24588Becker, Kathryn2060Lavender BayNew South WalesAustralia
25606Fernandez, Meredith75005ParisSeine (Paris)France

Generated 2025-07-21 11:35:28.067 UTC