Difference between revisions of "Create Retrieve Update and Delete (CRUD)"
Jump to navigation
Jump to search
m (Welcome moved page Create Retrieve Update and Delete to Create Retrieve Update and Delete (CRUD)) |
|||
(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 == | ||
− | |||
− | |||
* {{AAA}} | * {{AAA}} | ||
− | + | * {{SQL}} | |
[[Category:Computing]] | [[Category:Computing]] |
Latest revision as of 20:24, 1 February 2022
This article is a Draft. Help us to complete it.
wikipedia:Create, read, update and delete
CRUD | SQL |
---|---|
Create | INSERT |
Read | SELECT |
Update | UPDATE |
Delete | DELETE |
See also[edit]
- AAA: Authc, Authz, Password policy, OAuth, OpenID, OIDC, LDAP, RADIUS, TACACS+, XTACACS, SAML, Secure LDAP, IEEE 802.1X, CHAP, RBAC, MFA, SCIM, Amazon Cognito
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
Advertising: