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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25195Wilson, Alexandra94519ConcordCaliforniaUnited States
27986Vance, Henry2060Lavender BayNew South WalesAustralia
28699Lu, Leah66041PoingSaarlandGermany

Generated 2025-07-11 11:40:57.137 UTC