n CRUD operations, which operation is used to modify existing data?
- Create
- Read
- Update
- Delete
The Update operation in CRUD (Create, Read, Update, Delete) operations is used to modify existing data in the system. It allows you to make changes to existing records.
Loading...
Related Quiz
- Which Node.js package is commonly used to connect to a MySQL database?
- You are working on a Node.js project with a team, and you notice that the package-lock.json file is frequently causing merge conflicts. How would you resolve or minimize such conflicts while ensuring consistent dependency resolution?
- Which of the following methods in JavaScript will remove the last element from an array and return that element?
- What does JWT stand for in the context of web security?
- What is the difference between chaining multiple .then() methods and using multiple await expressions?