Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka GCP Certification Training Curriculum, Visit our Website: bit.ly/3fTPgBC Use code "RUclips20" to get Flat 20% Off on this training.
1. Create Project 2. Create Dataset 3. Create Table 4. Add data from Explore Public Datasets 5. View Stack Overflow - Select the table - post_questons - understand the scheme & view the data 6. Make & Run query
Hey:) Thank you so much for your sweet words :) Really means a lot ! Glad to know that our content/courses is making you learn better :) Our team is striving hard to give the best content. Keep learning with us -Team Edureka :) Don't forget to like the video and share it with maximum people:) Do subscribe the channel:)
We are super happy that Edureka is helping you learn better. Your support means a lot to us and it motivated us to create even better learning content and courses experience for you . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
Hi : ) We really are glad to hear this ! Truly feels good that our team is delivering and making your learning easier :) Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
select flattened_tags, count(*) tag_count from (select split(tags, '|') tags from `bigquery-public-data.stackoverflow.stackoverflow_posts` where EXTRACT (Year from creation_date) >= 2012) cross join unnest(tags) flattened_tags group by flattened_tags order by tag_count desc limit 10
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka GCP Certification Training Curriculum, Visit our Website: bit.ly/3fTPgBC Use code "RUclips20" to get Flat 20% Off on this training.
1. Create Project
2. Create Dataset
3. Create Table
4. Add data from Explore Public Datasets
5. View Stack Overflow - Select the table - post_questons - understand the scheme & view the data
6. Make & Run query
thank you so much for educating.
You're welcome 😊 Glad it was helpful!!!
Thank you. Explanation was in depth coupled with practical use cases.
Hey:) Thank you so much for your sweet words :) Really means a lot ! Glad to know that our content/courses is making you learn better :) Our team is striving hard to give the best content. Keep learning with us -Team Edureka :) Don't forget to like the video and share it with maximum people:) Do subscribe the channel:)
Awesome Inc
Thanks for giving useful Explanation, It has cleared many doubts
We are super happy that Edureka is helping you learn better. Your support means a lot to us and it motivated us to create even better learning content and courses experience for you . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
nice explanation.
Hi : ) We really are glad to hear this ! Truly feels good that our team is delivering and making your learning easier :) Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
Hey!! Good Explanation!! Can you tell me which GCP service is compatible with Microsoft Reporting services
select flattened_tags, count(*) tag_count from
(select split(tags, '|') tags from `bigquery-public-data.stackoverflow.stackoverflow_posts`
where EXTRACT (Year from creation_date) >= 2012)
cross join unnest(tags) flattened_tags
group by flattened_tags
order by tag_count desc
limit 10