System tables are stored in the database just like other database tables. However, unlike other database tables, they are created automatically. The information in system tables is closely related to the Database Management System (DBMS), which uses the system tables to manage, for example, system security and permissions.

You can read, write, modify, and delete the information in system tables.

See Also