Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

System Tables

Antonello Provenzano edited this page Apr 10, 2014 · 4 revisions

A ''DeveelDB'' implements a set of schemata and tables for managing a system.

SYSTEM Schema

Tables

  • schema_info
  • database_vars
  • foreign_columns
  • unique_columns
  • primary_columns
  • check_info
  • unique_info
  • fkey_info
  • pkey_info
  • sequence_info
  • sequence
  • grant
  • sql_types
  • trigger
  • function

INFORMATION_SCHEMA Schema

Views