Questions about this topic? Sign up to ask in the talk tab.

SQL injection/Target Environments/Compatibility/information schema

From NetSec
Jump to: navigation, search
SQL injection > Target Environments > Compatibility > information schema

All of the databasing engines that presently have an information_schema collection have the following in common:

  • The information_schema.tables table has a table_name column.
  • The information_schema.columns table has both table_name and column_name columns.
  • All of them have information_schema.routines and information_schema.schemata tables.

These database engines include PostgreSQL, MySQL, and MSSQL.