Analyze Data to Answer Questions
Apply data organization, formatting, and calculation techniques using spreadsheets and SQL to answer business questions.
Analyze Data to Answer Questions is a crucial phase in the data analysis process taught in the Google Data Analytics Certificate program. This stage involves examining, transforming, and organizing collected data to extract meaningful insights that address specific business questions or problems. D…
GDA - Analyze Data to Answer Questions Example Questions
Test your knowledge of Analyze Data to Answer Questions
Question 1
Which type of JOIN returns all rows from the left table and only the matching rows from the right table?
Question 2
You are analyzing sales data for a retail company and need to categorize each transaction based on the total amount. Transactions under $50 should be labeled 'Small', $50-$199 should be 'Medium', and $200 or more should be 'Large'. The transaction amount is in cell B2. Which formula correctly implements this categorization logic?
Question 3
What does the format code '%Y' represent when formatting dates in spreadsheet applications?