CS Electrical And Electronics
@cselectricalandelectronics

Which of the following statements are true regarding the SQL INSERT INTO statement?

All QuestionsCategory: DatabaseWhich of the following statements are true regarding the SQL INSERT INTO statement?
Anonymous asked 3 years ago

Options:

  1. used to insert new records in a table
  2. can only be used to insert a single record
  3. can only be used to specify values to be inserted
  4. can be used to specify both the column names and the values to be inserted
  5. can only be used to insert integer data type values
1 Answers
Anonymous answered 3 years ago
  1. used to insert new records in a table
  2. can be used to specify both the column names and the values to be inserted