top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between SQL and SQL*PLUS commands?

+1 vote
1,125 views
What is the difference between SQL and SQL*PLUS commands?
posted Jun 30, 2015 by Vidhya Sagar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

SQL is a language: Structured Query Language. It has been 'invented' by IBM.
SQL*Plus is a command line tool from Oracle Corp. to use the SQL language for a given database.

SQL*PLUS is a command line tool where as SQL and PL/SQL language interface and reporting tool. Its a command line tool that allows user 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). SQL*PLUS commands are used to format query result, Set options, Edit SQL commands and PL/SQL.

answer Jul 1, 2015 by Amit Kumar Pandey
...