Zend certified PHP/Magento developer

Magento 2 How to get all customer shipping address

How do get all customer shipping address?

Magento 2.3.5-p1 version

for the customer table, we can use – customer_entity table name

for the customer address table, we can use – customer_address_entity table name

On customer_entity we can see there is a column of default_billing and default_shipping but that column has a specific address id for this I am unable to find out all customer shipping address only.

Note: Need to just check from the database, not from code.