[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 4098   SHUFFLE   <  SKIP 200  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25554Perez, Jermaine, J92400CourbevoieHauts de SeineFrance
22099Schmidt, Joel, M94014ColmaCaliforniaUnited States
20856Hu, Tiffany, ALE18LeedsEnglandUnited Kingdom

Generated 2025-07-20 00:53:44.166 UTC