Back

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

Can anyone explain the CRUD operations?

1 Answer

0 votes
by (119k points)

CRUD (create, read, update, and delete) are the four basic functions that are implemented in relational database applications

We also use alternate words in defining the four basic functions of CRUD such as retrieve, modify or destroy. 

CRUD is also sometimes used to define user interface conventions that provide viewing, searching, and changing information mainly using computer-based forms and reports. The term CRUD operations became popular firstly by James Martin in his 1983 book Managing the Database Environment.

The CRUD acronym can be extended to CRUDL to facilitate listing of large data sets which bring extra complexity such as pagination when the volume of data sets is too huge to be easily held in memory.

If you want to learn building CRUD app with Node Js Express and MongoDB, you can enroll in this Node Js Course 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

...