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 are the syntax and use of the coalesce function?

1 Answers  


what is global variable in pl/sql

1 Answers  


what is the difference between pragma exception_init and raise_application_error

1 Answers   Aetins, State Street,


How to process query result in pl/sql?

1 Answers  


In a table only one column how to update rows

5 Answers   Microsoft,


Write a pl/sql script to display the following series of numbers: 99,96,93……9,6,3?

1 Answers  


How will you distinguish a global variable with a local variable in pl/sql?

1 Answers  


what is column? : Sql dba

1 Answers  


What are actual parameters and formal parameters?

1 Answers  


what is 'mysqlimport'? : Sql dba

1 Answers  


What are the advantages and disadvantages, compared to the standard SQL and SQL*plus ?

2 Answers  


How delete all records from table in sql?

1 Answers  


Categories