what is the differnce between procedure and function?
in both dml operations can work and in procedure through out
parameter you can return value ,then what is the differce?
Answer Posted / gavini srikanth
function can return value,procedure may or may not return
value,through procedures can store images
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What does trigger mean in psychology?
Can a key be both primary and foreign?
how to install mysql? : Sql dba
how can you create an empty table from an existing table? : Sql dba
How do you drop a trigger?
What is write ahead logging in sql server?
Why left join is used in sql?
What is delete command in sql?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
What is a null value?
How do I sort a table in sql?
What packages(if any) has oracle provided for use by developers?
How does one load ebcdic data? : aql loader
how to create a new table in mysql? : Sql dba