The first step of getting started with PL/SQL Developer

PL/SQL Developer is an integrated development environment, which is specifically aimed at the development of the stored program unit of the Oracle database. Now more and more business logic and application logic are using Oracle server, so PL/SQL programming is becoming more and more important in the entire development process. When PL/SQL Developer develops Oracle applications, it focuses on the characteristics of easy-to-use development tools, concise code and high development efficiency. PL/SQL Developer not only provides the above-mentioned features well, but also has many other advantages.

PL/SQL Developer has joined the online order! (Annual Service Contract) The original price of Single user version is 600 yuan, now the active price is only 490 yuan, click to view authorization method and other version discounts

Click to download the trial version of PL/SQL Developer

plsql developer believes that it is an Oracle data development tool that programming friends often come into contact with. The function of plsql developer is also quite powerful, the following editor will briefly introduce how to use plsql developer

1. First of all, plsql developer connection editor will not introduce it here. If you don’t know, you can read this article: How PL/SQL Developer connects to the database

2. After successfully logging in, you can enter the object browser window interface.
Insert picture description here
  3. In the object browser, select "my object", here is SCOTT (all objects of the currently logged-in user)

Insert picture description here

4. Find the table folder, which contains all the tables of the current account

Insert picture description here

5. Select the table that needs to be viewed-"Right click-"Select "query data" [query data], you can see the data

Insert picture description here

Insert picture description here

6. New-"Select sql window to open the sql window

Insert picture description here

7. Enter the sql statement in the sql window, select all, and click execute to view the result, which is very powerful

Insert picture description here

8. Select the table-"Right-click-"Edit (Edit), you can edit the table.

Insert picture description here

If you want to purchase a genuine license of PL/SQL Developer, or for more product information, please click [ Consult online customer service ]

Guess you like

Origin blog.csdn.net/RoffeyYang/article/details/113847599