In order to crack your case you will need to be able to query the database created for the occasion. You will have to download and install some content + execute each of the following steps to access it.
- Download and install DBeaver CE (Community Edition), don't worry it is free and compatible with any mainstream Operating System.
- Download
lifen_case.duckdbfrom this repository, in theData Analyst 2024folder.
- Open DBeaver
- Create a new connection: either click on the 🔌➕ New Database Connection button or go to Database > New Database Connection in the menu bar.
Or,

- Search for DuckDB, select it, and click Next.

- Click Open and select the
lifen_case.duckdbdownloaded previously.
- Click on Test Connection ..., this should propose you to install DuckDB driver within DBeaver (unless you already have it installed). Process with Download.

- Click on Finish, you are now able to access to query all tables from the database. For your case you will only need to query the 3 tables in the
mainschema (activity,practitionerandcommunication).
- Click on the icon 📜 SQL to create a new script tab in the editor.

- Ace your case !