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 revise and re-run the last sql command?
What is the use of pl/sql table?
Does inner join remove duplicates?
Can we use view in stored procedure?
What are the dml statements?
What is sql exception?
Describe types of sql statements?
What is a unique key?
what are ddl statements in mysql? : Sql dba
What is percent sign in sql?
Is natural join and inner join same?
Can %notfound return null after a fetch?
How do you pronounce sql?
What is the location of pre_defined_functions.
Is natural join same as inner join?