


Which extended SQL functions does the database system have?
Extended SQL functions of ADABAS are, for example:
- The primary key concept
- The data types DATE, TIME, TIMESTAMP, BOOLEAN, LONG
- Referential integrity
- Updatable join views
- Outer join
- DB procedures
- Triggers
- DB functions
- Scrollable cursors
See also:


