What is difference between SQL and SQL*PLUS?
Answer / nishi
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.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
Is oracle the best database?
What is analyze command used for?
What is a Database instance ? Explain?
What are dml statements in oracle?
Can we create more than one constraint to column ?
What is mean by Program Global Area (PGA) ?
What is background process in Oracle?
Explain the use of show option in imp command.
How to define a cusotmer as a supplier in ORACLE R12
how to get second highest sal of emp table
hai, when to use char and varchar2....?