What is the different between Stored Procedure and Procedure?
Answer Posted / pramod janjirala
Two are same.Once the procedure is created and compiled ,it
is stored in database permanently.That's why it is called as
stored procedure.
Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is error ora-12154: tns:could not resolve the connect identifier specified?
Is sql similar to python?
what is the difference between truncate and drop statements? : Sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
what is a control file ? : Sql dba
Can you have more than one trigger on a table?
define join and explain different type of joins? : Sql dba
What are the different types of constraints?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Why cross join is used?
What are the ways on commenting in a pl/sql code?
discuss about myisam index statistics collection. : Sql dba
What is pl sql collection?
What are the advantages of normalization?
What are keys in sql?