Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (55.6k points)

Can anyone tell me what are CRUD operations in REST API?

1 Answer

0 votes
by (119k points)

The acronym CRUD refers to all of the major functions create, read, update, and delete that are implemented in relational database applications. Each function can map to a standard Structured Query Language (SQL) statement, HTTP method (this is generally used to build RESTful APIs or Data Distribution Service (DDS) operations.

If you want to learn to build a CRUD app with Node Js Express and MongoDB, you can sign up for this Node Js Training by Intellipaat.

Also, watch this video on CRUD App with Node Js:

Related questions

0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)

Browse Categories

...