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
What is graph sql?
What is the difference between row level and statement level trigger?
Explain what is a database?
what are the differences between binary and varbinary? : Sql dba
How do you declare a constant?
Which is faster view or stored procedure?
What is the importance of sqlcode and sqlerrm?
What does stand for in sql?
What are field types?
What is the maximum size of sqlite database?
Why do we need databases?
How do you modify a table in sql?
What is the primary key?
What are the two types of exceptions in pl/sql?
Explain cursor types?