Question
can you write me general SQL queries for the questions below. You can use placeholders for the table, row and column names. Members who registered
can you write me general SQL queries for the questions below. You can use placeholders for the table, row and column names.
- Members who registered after 2017 Jan 1. Columns and format:
Name (Last, first) | | Date Joined (i.e., registered date) | phone # (areacode-xxx-xxxx) | Home City |
- Student who has signed up to join AITP (have a valid registered date) but have not paid member fees (no payment exists)
Name (Last, first) | | Date Joined (i.e., registered date) | phone # (areacode-xxx-xxxx) | Home City |
- Members whose membership will expire within 30 days from today
Member ID | Name (Last, first) | | phone # (areacode-xxx-xxxx) | Last time payment (i.e., Latest payment date) | Number of days to expire | Is last time payment a renew? |
- Members whose membership will expire within 3 months from today
Member ID | Name (Last, first) | | phone # (areacode-xxx-xxxx) | Last time payment (i.e., Latest payment date) | Number of days to expire | Is last time payment a renew? |
- Members whose membership have already expired
Name (Last, first) | | Date Joined (i.e., registered date) | phone # (areacode-xxx-xxxx) | Home City |
- Members who have ordered polo shirt but have not received it
Member ID | Name (Last, first) | | phone # (areacode-xxx-xxxx) | Shirt order date | Shirt order payment date | Shirt order payment amount | Shirt received? (show a N in resulting records) |
- All current members
- Exclude the expired members
- Columns and format:
Member ID | Name (Last, first) | | phone # (areacode-xxx-xxxx) | Latest payment date | Earliest payment date | Number of payments | Average payment amount |
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