an Oracle cli tool to access databases, mixing SQL statements with the PL/SQL language.
sqlplus (SQL*Plus) is a command-line tool used to access databases by mixing SQL statements with the PL/SQL procedural language. Both are Oracle products.
They allow scripts to use variables, loops, conditional clauses, functions, classes, and so on. Other proprietary databases provide similar features.