#keywords DB, Oracle
{{{#!gcode
string sql = @"SELECT TABLE_NAME, COLUMN_NAME from all_tab_columns where table_name = 'table'";
}}}
----
{{{
}}}