[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 2224   SHUFFLE   <  SKIP 2023  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21611Wilson, Ethan, J91364Woodland HillsCaliforniaUnited States
22210Yang, Martha, G2055North SydneyNew South WalesAustralia
14498Luo, Katie, L91910Chula VistaCaliforniaUnited States

Generated 2025-07-13 06:46:37.015 UTC