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

What is sql performance tuning?

0 Answers  


Fetch an entire row from the employees table for a specific employee ID:

2 Answers  


What is materialised View?

2 Answers   IBM,


If you have to declare procedure1,procedure2 in package specification and if you have to declare procedure1,procedure2 and procedure3 in package body? is it compilation or not and execute or not? what type of error is given please

1 Answers  


how do you know the version of your mysql server? : Sql dba

0 Answers  






Define the select into statement.

0 Answers  


Explain spool.

0 Answers  


How delete all data from table in sql?

0 Answers  


what is global table

7 Answers   iFlex,


What is the difference between between and in condition operators?

0 Answers  


What is the process of copying data from table a to table b?

0 Answers  


How exception handling is done in advance pl/sql?

0 Answers  


Categories