Answer Posted / tulsi
PROCEDURE name (parameter list.....)
is
local variable declarations
BEGIN
Executable statements.
Exception.
exception handlers
end;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are local and global variables and their differences?
What does an inner join do?
Can sql function call stored procedure?
Why is theta join required?
How do you remove duplicate records from a table?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What are the different types of tables in sql?
Is the primary key an index?
List the different type of joins?
Is left join faster than inner join?
What is the use of count (*) in sql?
Does sap use sql?
What is the difference between nvl function, ifnull function, and isnull function?
Why truncate is used in sql?
Explain how exception handling is done in advance pl/sql?