Languages

What's the meaning of CRUD in context of SQL?

3 points
Asked by:
aaliyah
471

Hi, can anyone tell me what does CRUD stand for in the context of SQL?

3 answers
3 points
Answered by:
Cassia
1265

Extending the above answer, CRUD describes basic operations of persistent storage - each letter in the acronym can map to a SQL statement:

  1. Create - CREATE TABLE/ INSERT INTO 
  2. Read   - SELECT 
  3. Update - UPDATE
  4. Delete - DELETE FROM 
0 commentsAdd comment
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join