Zend certified PHP/Magento developer

Magento 2 How to get all active shipping methods via mysql?

I need to be able to query from mysql these fields

shipping_method_code
shipping_carrier_code

for a custom shipping method (ShipperHQ) I am trying to use from the REST Api.

Thanks