Sql database issue

Hi,

I am a beginner to the SQL. I am unable to fetech the files from the database.


.
Can someone help me to solve the issue.
Thank you

i think few of them are default db you should not mess with it
better to once you create db and tables with few details in it

you can fetch data like this
use DATABASE_NAME
Select * FROM TABLE_NAME