How to obtain a reference to $table_prefix in $wpdb object

global $wpdb;
$prefix = $wpdb->prefix;