Difference between revisions of "Databases"

From
Jump to: navigation, search
(Created page with "==database concepten== ===SQL=== mysql ====databasebouw==== =====normalisatie===== ====queries==== =====Select===== =====where===== =====group by===== =====join===== =...")
 
 
Line 26: Line 26:
 
===NOSQL===
 
===NOSQL===
 
mongoDB
 
mongoDB
 +
 +
 +
naar [[concepten]]

Latest revision as of 15:43, 10 November 2020

database concepten[edit]

SQL[edit]

mysql

databasebouw[edit]

normalisatie[edit]

queries[edit]

Select[edit]
where[edit]
group by[edit]
join[edit]
having[edit]
nested/sub queries[edit]
transactions[edit]

Rollback en commit

NOSQL[edit]

mongoDB


naar concepten