Answered step by step
Verified Expert Solution
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: rcusers and rccalls. The rcusers table contains information about users, including their user ID and subscription status eg "free" or "premium" and company id The rccalls table contains information about phone calls made by users, including the userid 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 Order the results by userid in Ascending order.
Tables Schema as Below:
rccalls
columnName dataType
userid int
date datetimens
callid int
rcusers
columnName dataType
userid int
status object
companyid int
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started