Database Software What is CRUD? The word 'CRUD' is a acronym in the computer world. It stands for Create, Read, Update and Delete. Sometimes R in 'CRUD' is used for the word Retrieve and D for Destroy.Most of the time 'CRUD' is related to SQL database operations as follows. C: INSERT R: SELECT U: UPDATE D: DELETE Share this article please, on : Share on fb Tweet Share on G+ Related Posts :How to move a WordPress sites to a sub-domain or directory within the same server?If you have a WordPress sites that you need to move within the same server, this post might help you… Read More...How to increase the size of database import file in phpmyadmin?Tried uploading a mysql database file in phpMyAdmin and failed to upload due to the error- "the… Read More...What is CRUD? The word 'CRUD' is a acronym in the computer world. It stands for Create, Read, Update and Delete. … Read More...What is ACID? In database world, ACID is an acronym. It stands for; Atomicity, Consistency, Isolation and Durabil… Read More...Rename a database in MySQL through Linux console Steps to follow to rename a database in a Linux environment can be listed as follows. Stop mysql Us… Read More...
0 Response to "What is CRUD?"
Post a Comment