When connecting to a SQL database, what does the acronym CRUD stand for?

  • Create, Retrieve, Update, Delete
  • Connect, Retrieve, Utilize, Deploy
  • Configure, Render, Update, Distribute
  • Control, Receive, Use, Define
CRUD stands for Create, Retrieve, Update, Delete. These are the four fundamental operations for managing data in a SQL database. Create adds new records, Retrieve reads data, Update modifies existing records, and Delete removes records.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *