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
what are the security recommendations while using mysql? : Sql dba
what are string data types? : Sql dba
How does rowid help in running a query faster?
Can I learn sql in a week?
what are integrity rules?
How to start oracle sql developer?
what is oracle database ? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
How do I edit a trigger in sql developer?
How do I edit a stored procedure?
Does sap use sql?
which types of join is used in sql widely? : Sql dba
How can we link a sql database to an existing android app?
Can we use insert statement in function?
What are the advantages of normalization?