CCA159 : Task Scenario-13
Problem Scenario 13: Create a table as below.
Table Name : HADOOPEXAM_STOCK
Columns : (exchange string, stock_symbol string, closing_date timestamp, closing_price decimal(8,2));
Please insert below values.
- Write a Query to compute moving averages of the closing price, with 3-day span.
- Write a query to compute a cumulative moving average, from the earliest data up to the value for each day.
Certification Content
Professional HandsOn Trainings
(Lifetime Access and Free upgrades)
ApacheSpark Interview Questions
· Apache Spark InterviewQuestions-1
· Apache Spark Interview Questions-2
· Apache Spark Interview Questions-3
· Apache Spark Interview Questions-4
· Apache Spark Interview Questions-5
· Apache Spark Interview Questions-6
Apache Spark Interview Questions-7
Java MultiThreading Interview Questions
· Java Multi-Threading Intrview Questions-1
· Java Multi-Threading Interview Questions-2
· Java Multi-Threading Interview Questions-3
· Java Multi-Threading Interview Questions-4