I have a server and installed 2 VMs on it. VM1 installed ords 24.4 running independently, VM2 installed oracle apex 24.2 on Premises, and oracle database19c. Now I have finished installing and running apex and created workspcae for it. And on the database I created a table 'employee' but I don't know how to let apex get that table from the database.

So how can i get the table on oracle database19c and perform add, delete, edit operations.
apex and database are connected to each other. Apex experts please help me?