[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 512   SHUFFLE   <  SKIP 2000  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11727Taylor, Benjamin91950National CityCaliforniaUnited States
12311Weber, Stanley, EW1V 5RNLondonEnglandUnited Kingdom
14318Rogers, Seth, R4700RockhamptonQueenslandAustralia

Generated 2025-07-19 00:49:39.108 UTC