Q1. Which SQL command is used to add a new row into an existing table?
Explanation
INSERT is used to place a new record into a table. SELECT reads data, COMMIT finalizes transactional changes, and REVOKE belongs to access-control operations rather than row creation.
