Backup types in SQL server

1) full  2) differential 3) tlog 4) tail log --for full backup   its include entire backup of your database.  query= backup database DB_name...