Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "SQL injection/Target Environments/Compatibility/information schema"
From NetSec
(Created page with "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...") |
(No difference)
|
Revision as of 01:28, 19 July 2012
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.