[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 250   SHUFFLE   <  SKIP 1246  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26492Rodriguez, Ryan, M94014ColmaCaliforniaUnited States
14412Blue, Nicole, J97355LebanonOregonUnited States
15712Chandra, WhitneySW1P 2NULondonEnglandUnited Kingdom

Generated 2025-07-14 07:53:29.668 UTC