To add a new record to a table in SQL, you would use the ___________ statement.
- ADD
- INSERT INTO
- CREATE
- UPDATE
The correct option is "INSERT INTO." The INSERT INTO statement in SQL is used to add a new record or row to an existing table. It allows you to specify the columns and their corresponding values for the new record.
Loading...
Related Quiz
- In a distributed system, you need to efficiently search for a particular value across multiple sorted arrays. How would you approach this problem?
- What are some common strategies for debugging performance issues in software applications?
- Which Agile methodology emphasizes adaptability and customer collaboration over strict planning?
- Explain the concept of Continuous Integration (CI) and its role in Agile development.
- The _________ operation in a linked list is used to remove the last node.