Asked in Database ProgrammingThe Difference Between
Database Programming
The Difference Between
What is the difference between program and procedure?
Answer

Wiki User
January 18, 2008 7:35PM
A procedure is a subroutine that can be called from another part of the program. Procedures can be as small as 2 lines (the definition line, and then the procedure itself), or consist of hundreds of lines.
Related Questions
Load More