What is the basic difference between a sql and stored
procedure ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / thanjairajan@gmail.com
SQL is a Language. Stored procedure is transact SQL statement.
Is This Answer Correct ? | 1 Yes | 0 No |
What are the default Oracle triggers??
How do I start sql profiler?
write a query to delete similar records in same table
Name the different types of indexes in sql and define them.
What is rank () in sql?
What is the difference between sql, mysql and sql server?
Why function is used in sql?
Is join an inner join?
Which is better stored procedure or query?
Explain the structure of pl/sql in brief.
What is the difference between the Primary and Foreign key?
Why stored procedure is faster than query?