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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20998She, Eugene, L4551CaloundraQueenslandAustralia
25785Edwards, JacksonGL50CheltenhamEnglandUnited Kingdom
23981Martinez, Cesar77680Roissy en BrieSeine et MarneFrance

Generated 2025-07-17 11:33:52.668 UTC