[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 1054  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18317Jones, SamanthaV8Z 4N5ShawneeBritish ColumbiaCanada
29225Lee, Matthew98366Port OrchardWashingtonUnited States
23185Edwards, Fernando90802Long BeachCaliforniaUnited States

Generated 2025-07-11 20:42:41.054 UTC