Zend certified PHP/Magento developer

Magento 2 Website Id 0 Not Found Even though it IS in the Database SQL Tables

Running php bin/magento setup:upgrade returns this error

‘The website with id 0 that was requested wasn’t found. Verify the website and try again.’

Running php bin/magento setup:db-data:upgrade will return the same error.

Running php bin/magento store:list will reveal that the Admin Store Table is indeed not being seen by Magento 2.

enter image description here

But It IS in all three SQL Tables ‘store’, ‘store_group’ and ‘store_website’

enter image description here

This Website has been running for years and I have never encountered this issue before.

A Cloned Site was Created and I manually transferred database tables into the clone database.

This Site is up and running with all the data and the same modules as the main.

The Only Difference between the clone and the original is the database at this point.

Does anyone have any insight into what else would cause the Store:List Table to Not Load Properly?

Thank you