I'm trying to develop a mobile application for a final job in my college, it's quite simple!
The application has to save the information registered in the database.
But I would have to create 4 different tables to store the data, the tables would be: Usuário
, Aplicativo
, Empresa
and Funcionários
.
And after registering, make Selects that the teacher wants.
The problem: I do not know if it is possible to make this creation of 4 different tables in Android Studio
and then insert data in them to make the selects.
I have previously done an application similar to this, but only used 1 table.