Which SQL command is used to add new records to a table?
- DELETE
- INSERT
- SELECT
- UPDATE
The INSERT command in SQL is used to add new records (rows) to a table. It allows users to specify the values for each column in the table when inserting new data. This command is essential for adding data to tables and expanding the dataset in a database.
Loading...
Related Quiz
- In the context of disaster recovery, what does RTO stand for?
- What is the primary purpose of the LOAD utility in DB2?
- DB2 handles transactions involving cursors by ensuring ________.
- XPath expressions in DB2 are used for ________ XML data.
- Which type of subquery returns a single value and can be used within expressions or conditions in SQL statements?