Intern — Middle
SQL query to get user names within an age range
livecode
Task condition
It is necessary to output the names of people whose age is between 18 and 40 years. There are three tables:
- persons with fields person_id, phone, name, age, email
- client_accounts with fields account_id, person_id, created_by, changed_by
- transactions with fields account_id, amount, transaction_time, transaction_id