Ultimate access to all questions.
You are developing a linear regression model using BigQuery ML for a dataset with numerous features stored in a view. To enhance model performance and prevent overfitting, you decide to implement regularization. The dataset includes a mix of numeric and categorical features, and you aim to exclude only the label column from the feature set during model training. Given the need for efficiency and the avoidance of overfitting, which SQL clause should you incorporate in your query to dynamically exclude the label column while including all other columns from the view? Choose the best option.