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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14653Fernandez, Troy, H94519ConcordCaliforniaUnited States
17101Gutierrez, Shannon, LW1N 9FALondonEnglandUnited Kingdom
24426Russell, Jordan, L90210Beverly HillsCaliforniaUnited States

Generated 2025-07-13 00:17:45.286 UTC