Within the database, where is the flag which says that a user has Super Admin rights?

This is actually stored in the {prefix}sitemeta table. The meta key is site_admins, and it’s a serialized PHP array of usernames.