The _________ command is used to add new records to a table in SQL.
- DELETE
- INSERT
- SELECT
- UPDATE
The INSERT command is used in SQL to add new records (rows) to a table. It allows you to specify the values for each column in the new row or provide values for a subset of columns if the table allows NULL values or has default values defined.
Loading...
Related Quiz
- You're working on an embedded system with limited storage capacity. How would you optimize the file system to minimize storage overhead and maximize performance?
- How does journaling improve the reliability of a file system?
- In a gaming application, you need to find the shortest path for a character to reach a destination. How would you implement dynamic programming to efficiently solve this problem?
- What is the primary function of the Network layer in the OSI Model?
- A ___________ is a network device that forwards data packets between computer networks.