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
Is a foreign key always unique?
How is use pl and sql?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is scalar function in sql?
What is the use of function in sql?
Explain two easy sql optimizations.
What is sql integrity?
Does a join table need a primary key?
How to load data with sql*loader?
What are the constraints available in sql?
Can we join 3 tables in sql?
What are different joins used in sql?
what are the differences among rownum, rank and dense_rank? : Sql dba
What jobs use sql?
Is drop table faster than truncate?