The INSERT INTO statement in SQL is used to ________ new records into a database table.
- Add
- Append
- Create
- Insert
The INSERT INTO statement in SQL is used to add new records or rows into a table. It allows you to specify the values for each field or column you want to insert into the table.
Loading...
Related Quiz
- Scenario: A critical table in the database was accidentally deleted. What recovery strategy can the DBA employ to restore the table and minimize data loss?
- What are the benefits of using stored procedures in a database management system like DB2?
- Relationships in an ERD depict the ________ between entities.
- What considerations should be made when using views in a distributed DB2 environment?
- What role does DB2 play in supporting high availability environments?