SQL Server Method to Insert Data Questions

INSERT: The Insert statement is used to insert values as rows in a table........
Select into is used to create back up copies of tables. It selects data from one table and inserts into another......
Bulk copy utility of SQL allows data to be copied from one data file to another........
The bcp utility is accessed from the command prompt......
Bulk Insert is used to copy data from a file into a table or view in a format as specified by the user........