Summary
APEX branches allow us to implement and control the flow of our application. Branches can be defined declaratively or by PL/SQL code. We can set the branch target by directly noting the application page number or by using a URL with the f?p syntax.
Every application page must include at least one valid branch.
In the next chapter, we are going to review some APEX IDE built-in utilities that will help us to define our application database infrastructure, either declaratively or by using DDL commands and scripts.