Difference between Function and Procedure-in general?
Answer Posted / sudhindra
A Function is always returns a value using the return
statement. A Procedure may return one or more values
through parameters or may not return at all.
Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
How retrieve field names from the table in SQL through JAVA code?
What sql server means?
What is efficiency data?
What is data source in connection string?
What are the different types of Indexes available in SQL Server?
What purpose does the model database server?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
What is co-related sub query?
What is named query? : sql server analysis services, ssas
How to use “drop” keyword in sql server and give an example?
Explain time data type in sal server 2008?
can SSRS reports Cache results?
How do you use a subquery to find records that exist in one table and do not exist in another?
What are the different Topologies in which Replication can be configured?
How to create a new schema in a database?