Displaying table data on a page

Had you looked into plugins tagged “table” in official repository?

As for coding it by hand it should not be too complex, use $wpdb to query database and loop/output results with HTML table markup.