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 does the acronym acid stand for in database management?
What is asqueryable?
what is innodb? : Sql dba
What is field delimiter?
Write the command to remove all players named sachin from the players table.
How to move files from one directory to another in pl sql?
How do I pipe the output of one isql to another?
what is data integrity? : Sql dba
How do I view an execution plan in sql?
How do you explain an index number?
What are the three pl sql block types?
Can we use pl sql in sql server?
Differentiate between syntax and runtime errors.
What is indexes?
what is a stored procedure? : Sql dba