[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 750   SHUFFLE   <  SKIP 291  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13509Johnson, LucasYO15YorkEnglandUnited Kingdom
28305Lopez, Patricia3550BendigoVictoriaAustralia
28048Powell, Samuel91945Lemon GroveCaliforniaUnited States

Generated 2025-11-05 15:37:23.774 UTC