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 |
What is right join sql?
What is the trigger in sql?
What can be a size of a pl/sql block? Is there any limit?
Explain the working of primary key?
What is string data type in sql?
What is a self join ?
What is $$ in sql?
what is inline command?
What are character functions in sql?
Are there any features that are decommissioned in 11g that are not present in 11g?
How do you remove duplicates without using distinct in sql?
How would you hide a table in sql. ie the table can be only visible to its maker?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)