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

How many types of sql are there?

0 Answers  


Can We write bulk collect statement in triggers?

1 Answers   Polaris,


how to increment dates by 1 in mysql? : Sql dba

0 Answers  


What are the operators in sql?

0 Answers  


Does a join table need a primary key?

0 Answers  






What is the use of nvl function?

0 Answers  


What is sql*loader and what is it used for?

0 Answers  


What is meant by Join? What are the different types of Joins available? Explain.

5 Answers   Cap Gemini,


Can a composite key be null?

0 Answers  


what are the type of locks ? : Sql dba

0 Answers  


What is the example of procedure?

0 Answers  


What is trigger explain it?

0 Answers  


Categories