What is Diff. Between Use Defined Function and Array.

Showing Answers 1 - 5 of 5 Answers

Ram Pravesh Singh

  • Aug 19th, 2006
 

An array is a collection of values or items of unique data type,in which we can assign more than one value.

Where as an User Defined Function is a method which perform the user defined operations and it returns values.

  Was this answer useful?  Yes

Rohit

  • Aug 21st, 2006
 

Arrary is a collection of element of same type while Function function is used to define some functionality and can return value

  Was this answer useful?  Yes

Mohit

  • Aug 22nd, 2006
 

Array are used for defining or assigning values whereas functions performs several operations on the values.

  Was this answer useful?  Yes

Swapna Gentyala

  • Oct 30th, 2006
 

An array is a collection variables of similar datatypes. User Defined Function is a set of Visual Basic statements which accepts one or more parameters and perform the operations defined in the body of the function and return a Value to the Calling program

  Was this answer useful?  Yes

lalita.p

  • Dec 9th, 2006
 

Array is collection of variable of similar datatypes saves unser the same name.

while user definded function are like the store procedures but more effective than store proceures.we can pass the parameters to user definded funtion and it return u the results by doing the calulations which are mentioned in the funtions.

3 types of user definded funtions are there

1)Inline user defined funtion:use in the place of expression the the queries.

2)Inline table values user definded funtion: used in place of table in queries.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions