there are 2 tables in Mysql 1. inbox tables 
As you already understood, inboxe stores the arrival operations and, in the outboxe, the money outflow operations. In the inbox table, the inbox_date field is responsible for the arrival date and inbox_sum for the receipt amount. Also in the outbox table in the outbox_date field the expense date is stored and the outbox_sum field stores the amount of the expense. (The remaining fields have no value for this question) Attention question: What kind of query should be done to display the data in the HTML table in this form:
Tell me at least which way to dig and which command to use. I'm new to MYSQL. PS about the construction of HTML tables do not have to answer just need the right query from the database
