when we use function instead of procedure? plz tell me the
situation with ex?
Answer Posted / adil khan
procedure can only use in plsql not in sql. in other words
you can not use procedure in your select satatement. only
funtion can be used for example max(),min(),Avg() these all
are funtion not procedure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is default constraint?
Do you know what is lock escalation?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
How can I tell if sql server is 32 or 64 bit?
Are resultset updatable?
What is 1nf 2nf and 3nf?
How to make a remote connection in a database?
What is sqlservr.exe - process - sql server (sqlex?press)?
What new changes are being made in SQL Server?
what's the difference between delete table and truncate table commands? : Sql server database administration
what are defaults? : Sql server database administration
what types of replication are supported in sql server? : Sql server database administration
How can we solve concurrency problems?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
What is field in algebra?