how to take table backup in sql server

how to take table backup in sql server

Execute below query where registration_signup is orginal table

from where all data will insert in registration_signup_view table

SELECT *INTO dbo.registration_signup_view FROM registration_signup