In SQL, the ________ statement is used to add new rows to a table.
- ADD
- APPEND
- INSERT
- UPDATE
In SQL, the INSERT statement is used to add new rows to a table. It allows the insertion of data into specified columns or all columns in a table.
Loading...
Related Quiz
- What are the implications of transaction isolation levels in SQL databases?
- A company is transitioning to a hybrid cloud environment for ETL processes. What key factors should be considered to ensure effective testing?
- For advanced data analytics, BI tools integrate with ________ to provide deeper insights.
- In Data Warehousing, ________ is a process that combines data from multiple sources into a single, integrated view.
- In a scenario where a database's performance has degraded over time, what SQL strategies can be applied for optimization?