What is the basic difference between a sql and stored
procedure ?
Answer Posted / karthik murugan
sql is not a named block, it can be stored as sql file outside the database, when stored procedures are named block can be stored inside the database.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to add, remove, modify users using sql?
What is sql in oracle?
Explain the types of joins in sql?
What are conditional predicates?
Explain two easy sql optimizations.
What is an intersect?
What is the difference between function and procedure in pl/sql?
What are the various levels of constraints?
What is varchar used for?
What is the difference between pl and sql?
Can we join two tables without common column?
What is a record in pl/sql?
Is join and inner join the same?
How do you remove duplicate records from a table?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?