PL/SQL ENVIRONMENT SETUP
PL/SQL is not a standalone programming language; it is a tool within the Oracle programming environment. P L / SQL is an interactive tool that allows you to type SQL and PL/SQL statements at the command prompt. These commands are then sent to the database for processing. Once the statements are processed, the results are sent back and displayed on screen. You can install Oracle database software to run PL-SQL commands. You can download from the following link : https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html For ORACLE Enterprise Edition Check this link: https://www.tutorialspoint.com/plsql/plsql_environment_setup.htm Or, Go to Google, Type "live sql", then enter oracle Live Sql. Or, You can download XAMPP, or WAMPP server from the following link: https://www.apachefriends.org/index.html You can follow this article for installation process: https://www.wikihow.com/Install-XAMPP-on-Linux After Downloading i