Introduction
In this challenge, you'll leverage your SQL skills to query specific data within an SQLite database named treasure.db. The goal is to retrieve a hidden artifact by crafting a SELECT statement that filters results based on the artifact's id.
You'll connect to the database, write a query to select the name column from the artifacts table, and use a WHERE clause to identify the artifact with an id of 2.


