I have a table within my database that has many records, some records share the same value for one of the columns. e.g.
| id | name | software | ______
select top 1 software from your_table group by software order by count(*) desc