You need to directly access the database that belongs to your Integration environment from your local environment How do you achieve this?
A . Find the connection Information from the env.php file and connect with your local MySQL client
B . Collect the SSH connection details using magento-cloud ssh –pipe and connect with your local MySQL client
C . Add the ece-tools db-expose command to your deploy hook
D . Use the magento-cloud db:sql command
Answer: D