Does SQL*Plus contains pl/sql Engine?
Answer / sushma
No.
SQL*Plus is an interactive program that allows you to type
in and execute SQL statements. It also enables you to type
in PL/SQL code and send it to the server to be executed.
SQL*Plus is one of the most common front ends used to
develop and create stored PL/SQL procedures and functions.
The important thing is that SQL*Plus does not execute your
SQL queries. SQL*Plus also does not execute your PL/SQL
code. SQL*Plus simply serves as your window into the Oracle
database, which is where the real action takes place.
Is This Answer Correct ? | 15 Yes | 1 No |
scope of exception handling in plsql
What is the difference between having clause and where clause?
Explain unique key in sql.
How many subqueries can be nested in a statement?
how to get enames with comma seperated values by deptwise on emp table?
What is difference between function and trigger?
How many clustered indexes can you have?
Explain what is dbms?
What is the benefit of foreign key?
What is procedure in pl sql?
What is primary key secondary key alternate key candidate key?
Describe different types of general function used in sql?