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
Jump to: navigation, search
(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...")
 
 
Line 1: Line 1:
 +
<noinclude>:<font size="-2">[[SQL injection]] > [[SQL injection/Target Environments|Target Environments]] > [[SQL injection/Target Environments/Compatibility|Compatibility]] > information schema</font></noinclude>
 +
 
All of the databasing engines that presently have an '''information_schema''' collection have the following in common:
 
All of the databasing engines that presently have an '''information_schema''' collection have the following in common:
  

Latest revision as of 03:21, 19 July 2012

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.