Give an example of any procedure.
Answer Posted / sharath
CREATE OR REPLACE PROCEDURE pro_name
AS --We cna write AS/IS
BEGIN
DBMS_OUTPUT.PUT_LINE(’Hello World’);
END;
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you rollback after commit?
Show the cursor attributes of pl/sql.
What is a sql*loader control file?
How you improve the performance of sql*loader? : aql loader
What are the main features of cursor?
When should I use nosql database?
Why do we use function in pl sql?
What is the most common sql injection tool?
What is sql comments?
Can a primary key be a foreign key?
what is data manipulation language? : Sql dba
What is form and report?
Why do we use %rowtype & %type in plsql?
Can a varchar be a primary key?
What is the difference between delete and truncate commands?