I am new to DBaaS, I created a new oracle cloud account and instantiated a DB.
I am connecting to the DB using SQL developer
and created a new table by logging in as sys
user.
How do I see the newly created table on oracle cloud using web console?
I can see the data that I have added into the newly created table using SQL Developer
, but is there any way or does oracle provides any web-console to see the data using a browser?
Thanks in advance.