Do u know about integration testing, how does u integrate different modules? | Manual Testing

Integration testing means testing an application to verify the data flows between the modules.
For example, when you are testing a bank application, in account balance it shows the 100$as the available balence.but in database it shows the 120$. Main thing is “integration done by the developers and integration testing done by the testers”.