Question: SQL QUESTION Implement and test an aggregate that calculates the product of all the numbers in a table. Include the correct DROP statements above your
SQL QUESTION
Implement and test an aggregate that calculates the product of all the numbers in a table.
Include the correct DROP statements above your aggregate, functions, and types (if you need any).
For example if your aggregate is called user_prod and you are given the following table (called numbers):
Thing numeric
4
3
8
Then the query, SELECT user_prod(thing) FROM numbers; will return the table:
user_prod numeric
96
I am getting syntax error any help please i dont know what wrong i am doing .....??
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
