Recommendation for a Dynamic Table Plugin [closed]

Set up a custom page template and in the content of the template use WPDB to query your table.

Example to get a row:

$mylink = $wpdb->get_row("SELECT * FROM $wpdb->links WHERE link_id = 10");