Which SQL command is used to add a new row to a database table?
- ADD
- INSERT
- MODIFY
- UPDATE
The INSERT SQL command is used to add a new row to a database table. It allows you to insert data into a specified table.
Loading...
Related Quiz
- What is a Dockerfile used for in Docker containerization?
- Vue.js allows developers to build reactive _______.
- In SQL, the ALTER TABLE command is used to _______ an existing database table.
- Your company's database is experiencing slow query performance during peak usage hours. How would you troubleshoot and optimize the queries to maintain optimal performance levels?
- In a project, you need to embed a YouTube video. Which HTML element would you use for this purpose?