Which SQL command is used to insert data into a database table?
Q1. Which SQL command is used to insert data into a database table?
Answer: INSERT
Explanation: INSERT command is used to insert data into a database table, allowing you to specify the values to be inserted.