Information flow between an application and the database functions is as follows:
- An application sends requests containing Teradata SQL statements and data to the database.
- The database performs the activities requested by the application, such as selecting, updating, inserting, and deleting data, then returns response information to the application.