Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have two tables: rc _ users and rc _ calls. The rc _ users table contains information about users, including their user ID and

You have two tables: rc_users and rc_calls. The rc_users table contains information about users, including their user ID and subscription status (e.g., "free" or "premium") and company id. The rc_calls table contains information about phone calls made by users, including the user_id, the call date, and the call status. You need to write an SQL query to return a list of users with a "free" subscription status who did not make any phone calls in April 2020. Order the results by user_id in Ascending order.
Tables Schema as Below:
rc_calls
columnName dataType
user_id int64
date datetime64[ns]
call_id int64
rc_users
columnName dataType
user_id int64
status object
company_id int64

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Technology And Management Computers And Information Processing Systems For Business

Authors: Robert C. Goldstein

1st Edition

0471887374, 978-0471887379

More Books

Students also viewed these Databases questions

Question

2. Are you varying your pitch (to avoid being monotonous)?

Answered: 1 week ago

Question

3. Are you varying your speaking rate and volume?

Answered: 1 week ago