Oracle Free Online Programming: Oracle APEX

premise:

NOTE: You will need a ladder for more stable access.
Oracle does not need to be installed, but registration is required. (quite convenient)

Registration & Login Process

  • Enter the Oracle APEX official website, we can choose the free APEX workspace, and click "Free Registration".insert image description here
  • On the registration interface, fill in the relevant information.insert image description here
  • Finally, a confirmation email will be sent to the email address you used to register. (As shown in the figure below: it will provide information such as your Workspace name and Username, which will be required when logging in later)insert image description here
  • After clicking Create Workspace, you will be asked to create a login password and log in. The interface after login is as follows:
    insert image description here
    Login initial interface

Use and create your first SQL table

insert image description here

  • Click on Object Browser in SQL Studio. You can see that this is the same as our commonly used sql visualization tool interface, so you can directly create tables or enter SQL statements for DDL and other operations.
    insert image description here

Guess you like

Origin blog.csdn.net/qq_41714549/article/details/132038121