in Technology by

To implement a custom untyped user-defined aggregation function, the user has to extend the which class
1. None of the options
2. UserDefinedAggregateFunction
3. UDFAggregateFunction
4. UserDefinedFunction

 

1 Answer

0 votes
by

To implement a custom untyped user-defined aggregation function, the user has to extend the which class
1. None of the options
2. UserDefinedAggregateFunction
3. UDFAggregateFunction
4. UserDefinedFunction

🔗Reference : W3school.com

🔗Source: Interview Questions and Answers

🔗Reference: Javatpoint.com

Answer is UserDefinedAggregateFunction

Related questions

0 votes
    What is User-defined function? What are its various types?...
asked Dec 11, 2020 in Technology by JackTerrance
0 votes
    I have a user defined function in SQL called getBuisnessDays it takes @startdate and @enddate and returns the number of ... WHERE ... Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I have a user defined function in SQL called getBuisnessDays it takes @startdate and @enddate and returns the number of ... WHERE ... Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    Which class does all the Enums extend? (a) Object (b) Enums (c) Enum (d) EnumClass The question ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 28, 2021 in Education by JackTerrance
0 votes
    I am trying to find out the best, or correct, way to check if a class has a constant defined ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 19, 2022 in Education by JackTerrance
0 votes
    I am trying to find out the best, or correct, way to check if a class has a constant defined ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    ........ has agreed to extend cooperation and technological help to India in the development and security of coastal ... (c) Brunei (d) Japan Please answer the above question....
asked Aug 4, 2022 in Education by JackTerrance
0 votes
    When a class B can extend another class A, we say that? (a) A is the superclass and B is the ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    What is true about functions : I) Functions are objects II) Can be assigned to a variable III) Can be anonymous IV) Return value type has ... , III 3. I, II, III, IV 4. I, II, IV...
asked Feb 25, 2021 in Technology by JackTerrance
0 votes
    What is true about functions : I) Functions are objects II) Can be assigned to a variable III) Can be anonymous IV) Return value type has ... , III C) I, II, III, IV D) I, II, IV...
asked Oct 9, 2020 in Technology by JackTerrance
0 votes
    Our core application changed from Python 2.6 to Python 2.7 maybe to Python 3 in later release. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    Which command is used for user defined error messages?...
asked Nov 9, 2020 in Technology by Editorial Staff
0 votes
    which of the following is not a type of stored procedure:- a-system b-input c-remote d-user-defined (Tick the correct option) Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    I am working on a game in allegro 5 in which I want to create rectangular objects dynamically on screen and make them clickable with mouse ... if ( x >= rect.x && x = rect.y && y...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    i create this class and it have this constructor : public class ReturnResult : ImplicitReturnResult { public bool ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
...