[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 127   SHUFFLE   <  SKIP 2035  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21939Roberts, Thomas, JV9LangfordBritish ColumbiaCanada
16077Rogers, Stephanie, W91502BurbankCaliforniaUnited States
26124James, Riley, C94519ConcordCaliforniaUnited States

Generated 2025-07-14 07:54:15.464 UTC