Creating database relationships while designing tables?

I want to create database relationships like one to one, one to many and many to many relationship.
I am using SQL Server 2008 R2. Can anyone please tell me that how can I implement one-to-one, one-to-many and many-to-many relationships while designing tables?
