What are the difference between Functions/Stored Procs and
Triggers and where are they used.
Answer / barun
Function-1.function used for calculation perpose.it must
return value.(call by pl/sql code block,by sql query)
Procedure-it is used to implement business logic.it may or
not return value.it pre compile and stored in server data
base.so it is faster.(call by pl/sql code block_
trigger-it is used to implement business logic and maintain
intigrity.it cant take any para-meter like fun or
procedure.it is automatically fired(implicitely)
| Is This Answer Correct ? | 8 Yes | 0 No |
Define SQL and state the differences between SQL and other conventional programming Languages?
how to create a database in oracle?
What is the Query to print out the individual total number of duplicate row in sql.
How to trace the errors in pl/sql block code?
Does truncate require commit?
what is difference between decode and case function?
if we give update table_name set column_name= default. what will happen?
How run sql*plus commands that are stored in a local file?
Is sql port 1433 encrypted?
Is json a nosql?
how do you tune the slow running queries in oracle db , explain the methodology
What is a left inner join?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)