Summary
In this section, we learned how to build our relational database and the importance of this topic for the development of a functional application.
The topics discussed here that are of great importance were Entities, Static Entities, Entity diagrams, and how to bootstrap our Entities with data from Excel files.
The quality of our data model will largely dictate how easy, quick, and scalable our application can be in the future.
Furthermore, we were able to carry out this type of development very quickly and safely. But beware, the fact that we develop very fast can also make us fail faster!
In the next chapter, we will learn how to manipulate and use our data through logic Actions and variables, using a set of decision and iteration artifacts provided by our IDE, Service Studio. We'll also continue with exercises so we can put into practice what we've learned!