Which SQL clause is used to group rows that have the same values into summary rows?
- GROUP BY
- HAVING
- WHERE
- SELECT
Which command would you use to modify the structure of an existing table?
- CREATE
- ALTER
- UPDATE
- DROP
Which SQL keyword would you use to retrieve data from a specific table?
- WHERE
- SELECT
- GROUP BY
- HAVING
Which clause in SQL restricts the result set to meet specific conditions before grouping?
- GROUP BY
- WHERE
- HAVING
- SELECT
BigQuery is typically used for what purpose?
- Data Modeling
- Data Storage
- Large-scale data analysis
- Real-time data collection
Model evaluation involves which of the following activities?
- Selecting a model based on intuition
- Validating the model with testing data
- Presenting results to stakeholders
- Collecting business requirements
In SQL, which of the following keywords is used to arrange query results in a specific order?
- ORDER
- SORT
- ORDER BY
- SEQUENCE
In SQL, which of the following data types would you use to store large text data like a paragraph?
- Integer
- VARCHAR
- Text
- Float
Which SQL clause is used to filter records after aggregating data?
- WHERE
- GROUP BY
- HAVING
- SELECT
Which of the following steps is most critical for ensuring the integrity of a model’s predictions?
- Prepare Data
- Data Visualization
- Model Evaluation
- Understanding Business
Which data analysis type is used to provide recommendations for actions based on predictive data?
- Diagnostic Analysis
- Prescriptive Analysis
- Predictive Analysis
- Descriptive Analysis
To find the average salary of employees in each department, which combination of clauses is most appropriate?
- SELECT, WHERE
- GROUP BY, ORDER BY
- SELECT, GROUP BY
- HAVING, ORDER BY
Which statement about BigQuery Sandbox is accurate?
- It requires a paid subscription
- It offers limited free usage for students and researchers
- It does not allow any form of data analysis
- It is only available to corporate users
In SQL, which data type would you use to store a name like “John Doe”?
- Integer
- Float
- Text
- Object
Which type of data analysis is primarily focused on identifying what happened based on historical data?
- Diagnostic Analysis
- Descriptive Analysis
- Predictive Analysis
- Prescriptive Analysis
The GRANT command is part of which SQL category?
- Data Query Language
- Transaction Control Language
- Data Control Language
- Data Definition Language
Which feature of BigQuery allows users to analyze data without loading it directly into a database?
- Data Pipeline
- Data Transfer Service
- Federated Queries
- Sandbox Mode
Which SQL type is used to define, alter, or delete data structures?
- Data Query Language
- Data Control Language
- Data Definition Language
- Transaction Control Language
Which SQL command is used to permanently remove all rows from a table without logging individual row deletions?
- DELETE
- TRUNCATE
- DROP
- ALTER
In SQL, which command permanently removes a table from a database?
- DROP
- DELETE
- TRUNCATE
- CLEAR
Which clause is used to sort the results of a query in ascending or descending order?
- GROUP BY
- ORDER BY
- HAVING
- SELECT
Which type of analysis seeks to understand the root cause of a specific data outcome?
- Descriptive Analysis
- Diagnostic Analysis
- Predictive Analysis
- Prescriptive Analysis
In SQL, which command is used to remove duplicate rows from the result set?
- DISTINCT
- UNIQUE
- COUNT
- FILTER
Which phase of the data analytics lifecycle involves cleaning and transforming raw data?
- Data Modeling
- Model Evaluation
- Data Visualization
- Prepare Data
Which SQL clause would you use to specify the source table in a query?
- WHERE
- SELECT
- FROM
- HAVING
Leave a Reply