Week 4 – Performing data calculations – Shuffle Q/A 1 Post author:Devendra Kumar Post published: Post comments:0 Comments 11. You create a pivot table and want to add up the total of all cells for each row and column value in the pivot table. Which function in the values menu would you use to summarize the data? Answer AVERAGESUMPRODUCTCOUNTA 12. What column is set as a value in the following pivot table? Answer DirectionDurationMAXDate 13. In the following SQL query, which column is part of an addition operation that creates a new column?SELECT Yes_Responses, No_Responses, Total_Surveys, Yes_Responses + No_Responses AS Responses_Per_SurveyFROM Survey_1 Answer Total_SurveysResponses_Per_SurveyYes_ResponsesSurvey_1 14. What SQL operator is used to return the remainder of a division operation? Answer /!=<>% 15. What is the purpose of using data validation during your analysis process? Answer To ensure that you are able to use every piece of data from your raw dataTo guarantee that all of your stakeholders will be happy with your resultsTo ensure that all data is complete, accurate, secure, and consistentTo guarantee that visualizations are visually pleasing 16. What is the purpose of the <> operator in SQL? Answer To add two valuesTo return the remainder of a division operationTo check if two values are not equalTo set a value equal to another 17. What is a reason to use a temporary table instead of a standard table in SQL? Answer A temporary table allows functions that are unavailable to standard tables.A temporary table calculates formulas using less memory than standard tables.A temporary table calculates formulas faster than standard tables.A temporary table allows analysts to repeatedly work with the same subset of data. 18. Which of the following SQL queries adds a table into the database? Answer SELECT * FROM table GROUP BY columnA ORDER BY columnB;CREATE TABLE my_table AS (SELECT * FROM other_table);SELECT * FROM table;WITH my_table AS (SELECT * FROM other_table WHERE x = 0); Shuffle Q/A 2 19. What is the purpose of using pivot tables? Answer To multiply two arrays and add the resultsTo allow quick copying from one table to anotherTo view data in multiple ways to find insights and trendsTo allow the use of SQL in spreadsheets 20. How many different columns have been added to the values section of the pivot table editor? Answer 3261 Previous Next Please Share This Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Devendra Kumar Project Management Apprentice at Google You Might Also Like Week 1 – The importance of integrity – Shuffle Q/A 2 Week 4 – Always remember the stakeholder Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.