What is difference between Procedures and Functions ?
Answer Posted / roopesh kumar
(1) Procedure may or may not return value but function
should.
(2) We can't call a procedure inside a sql stmt but
function can.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is output spooling in sql*plus?
Is stored procedure faster than query?
What is java sql connection?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What are stored procedures in mysql?
Is sql developer case sensitive?
How can you fetch first 5 characters of the string?
How do you create a unique index?
Explain select statements in sql?
what are set operators in sql? : Sql dba
Is a foreign key always unique?
How do you delete a table?
What is sharding in sql?
what is auto increment? : Sql dba