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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11102Nelson, Julia, L1002SydneyNew South WalesAustralia
19070Garcia, Kristopher, ME17 6JFLondonEnglandUnited Kingdom
23077Hernandez, Marvin, A2138RhodesNew South WalesAustralia

Generated 2025-07-13 12:04:51.235 UTC