Deprecated: Function wp_img_tag_add_loading_attr is deprecated since version 6.3.0! Use wp_img_tag_add_loading_optimization_attrs() instead. in /home/692487.cloudwaysapps.com/qjetrwsbsm/public_html/wp-includes/functions.php on line 5453

Deprecated: Function wp_get_loading_attr_default is deprecated since version 6.3.0! Use wp_get_loading_optimization_attributes() instead. in /home/692487.cloudwaysapps.com/qjetrwsbsm/public_html/wp-includes/functions.php on line 5453

Deprecated: Function wp_img_tag_add_loading_attr is deprecated since version 6.3.0! Use wp_img_tag_add_loading_optimization_attrs() instead. in /home/692487.cloudwaysapps.com/qjetrwsbsm/public_html/wp-includes/functions.php on line 5453

Deprecated: Function wp_get_loading_attr_default is deprecated since version 6.3.0! Use wp_get_loading_optimization_attributes() instead. in /home/692487.cloudwaysapps.com/qjetrwsbsm/public_html/wp-includes/functions.php on line 5453
Postgres, MongoDB, and Pandas
Graded Quiz • 30 min Quiz5 Questions Week 2
Re⥃askly Logo

Postgres, MongoDB, and Pandas

Graded Quiz • 30 min Quiz5 Questions Week 2
Practice More Quizzes:
Quiz
5 Questions Week 2
Quiz
14 Questions Week 2

Q:

This quiz encompasses data and content from Week 1 and 2, so we recommend reviewing that material from last week for this quiz as well. What is the highest level that the team has reached in gameclicks? (Hint: use the MAX operation in postgres).

Q:

How many user id’s (repeats allowed) have reached the highest level as found in the previous question? (Hint: For postgres: you may either use two queries or use a sub-query).

Q:

How many user id’s (repeats allowed) reached the highest level in game-clicks and also clicked the highest costing price in buy-clicks? Hint: Refer to question 4 for ideas.

Q:

What does the following line of code do in postgres? SELECT count(userid) FROM (SELECT buyclicks.userId, teamLevel, price FROM buyclicks JOIN gameclicks on buyclicks.userId = gameclicks.userId) temp WHERE price=3 and teamLevel=5;

Q:

In the MongoDB data set, what is the username of the twitter account who has a tweet_followers_count of exactly 8973882?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Find Questions in This Page: "CTRL+F"