Answer Posted / 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 View All Answers
How do I debug a stored procedure?
describe mysql connection using mysql binary. : Sql dba
Explain the rollback statement?
What is the requirement of self-join?
Explain what is rdbms?
What is insert command in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
Does view store data in sql?
What does desc stand for?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is fmtonly in sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is pl sql and postgresql same?
How many databases can sql express handle?
What is use of package in pl sql?