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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25820Evans, Adam, H3337MeltonVictoriaAustralia
13815Lin, LaceyE17 6JFLondonEnglandUnited Kingdom
16650Green, Kaitlyn, J97045Oregon CityOregonUnited States
19506Lin, Candice, KW1Y 3RALondonEnglandUnited Kingdom

Generated 2025-07-18 11:41:50.997 UTC