Difference between revisions of "Create Retrieve Update and Delete (CRUD)"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 
[[wikipedia:Create, read, update and delete]]
 
[[wikipedia:Create, read, update and delete]]
 +
 +
{| class="wikitable"
 +
|-
 +
! CRUD
 +
! SQL
 +
|-
 +
| Create
 +
| [[Insert (SQL)|INSERT]]
 +
|-
 +
| Read
 +
| [[Select (SQL)|SELECT]]
 +
|-
 +
| Update
 +
| [[Update (SQL)|UPDATE]]
 +
|-
 +
| Delete
 +
| [[Delete (SQL)|DELETE]]
 +
|}
  
  
  
 
== See also ==
 
== See also ==
* {{vault}}
 
* [[BSON]]
 
 
* {{AAA}}
 
* {{AAA}}
 
+
* {{SQL}}
  
 
[[Category:Computing]]
 
[[Category:Computing]]

Latest revision as of 20:24, 1 February 2022

Advertising: