Before using .Net to handle your database, you should learn some SQL statements.
Go loop up a few tutorials and use a administration tool to connect to your database and execute some querys.
Later on, you will be able to execute these querys in .Net and retreive the data you want.
However, you should start learning SQL first.