what is difference between procedure and function,
procedure and trigger?
Answer Posted / jagadesh
procedure can take parameters as argument's but triggers
cannot take parameters as arguments
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Is null operator in sql?
What is meant by <> in sql?
How do I copy a table in sql?
What are the different schemas objects that can be created using pl/sql?
How to run sql statements through the web interface?
Explain the uses of database trigger.
What are the different types of constraints?
How do I count rows in sql?
How many commands are there in sql?
What is a procedure in pl sql?
Can we write dml inside a function in sql server?
What is scalar function in sql?
What is sql engine in oracle?
What are the two parts of design view?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?