Skip to content

RDBMS side by side

GradedJestRisk edited this page May 15, 2020 · 3 revisions

SQL

Object Oracle PostgreSQL
value out-of table DUAL as virtual table SELECT without FROM

Transaction

Object Oracle PostgreSQL
DDL validate transaction Yes No

More here

Procedural

Object Oracle PostgreSQL
Package X
Named parameter X X
access I/O (eg. fs) X X (use untrusted)
add languages (eg. C) X