This document discusses SQLcl, a command line interface similar to SQL*Plus but built in Java. It summarizes key features of SQLcl including how to install it, command line editing capabilities, formatting query output, defining aliases for SQL and PL/SQL, and calling PL/SQL functions from SQL queries more efficiently in Oracle 12c and beyond by defining functions using subquery factoring or the PRAGMA UDF.