[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 28  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19211Lee, Anna90712LakewoodCaliforniaUnited States
21710Gonzales, BrittanyV8XRoyal OakBritish ColumbiaCanada
17142Flores, Seth91203GlendaleCaliforniaUnited States
13609Yang, Ramon, KSW8 4BGLondonEnglandUnited Kingdom

Generated 2025-07-12 17:16:26.268 UTC