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
explain advantages of innodb over myisam. : Sql dba
What is sqlexception in java?
What is the usage of when clause in trigger?
How do I install sql?
Is delete faster than truncate?
What are the types of variable use in pl sql?
What is sql trigger example?
what is a field in a database ? : Sql dba
How does sql profiler work?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
Does user triggers have entry for trigger with compilation errors?
what is the difference between delete and truncate statement in sql? : Sql dba
What is the best free sql database?
Can we call stored procedure in function?
What is cursor and why it is required?