Well, as for the first one, that's pretty trivial. Here's how I'd do it in PostgreSQL:
Code:
SELECT publisher FROM publisher_table ORDER BY publisher ASC;
Rename the column and table to taste.
Try slapping together the other two and post them if you think you need more help.