Does SQL*Plus contains pl/sql Engine?



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

Post New Answer

More SQL PLSQL Interview Questions

scope of exception handling in plsql

4 Answers   Wipro,


What is the difference between having clause and where clause?

0 Answers  


Explain unique key in sql.

0 Answers  


How many subqueries can be nested in a statement?

0 Answers  


how to get enames with comma seperated values by deptwise on emp table?

8 Answers  






What is difference between function and trigger?

0 Answers  


How many clustered indexes can you have?

0 Answers  


Explain what is dbms?

0 Answers  


What is the benefit of foreign key?

0 Answers  


What is procedure in pl sql?

0 Answers  


What is primary key secondary key alternate key candidate key?

0 Answers  


Describe different types of general function used in sql?

0 Answers  


Categories