Writing SQL queries without referencing the database name

Hi, I just added a new database. However, whenever we write SQL queries using the new database, it is necessary to add the database name before the table to be able to query (otherwise we get an error mentioning that the object doesn't exist or is not authorized ). However, for other older databases that we set up before, we can just use the name of the table.

Is it something that is missing in the config of the new database?

Thank you!

Are you using snowflake by chance?

Yes, we use snowflake

Ok, thank you!