SQLPLUS is a command line tool where as SQL and PL/SQL language interface and reporting tool. It's a command line tool that allows users to type SQL commands to be executed directly against an Oracle database. SQL is a language used to query the relational database(DML, DCL, DDL). SQLPLUS commands are used to format query results, Set options, Edit SQL commands, and PL/SQL.