| Oracle | ||
|
What is the syntax to view structure of table? See also What are the columns of the ci table? | ||
| Specific to Oracle | ||
| From within sqlplus we can use the DESCRIBE command. Outside sqlplus we can access the view all_tab_columns | ||
| Oracle | ||
|
What is the syntax to view structure of table? See also What are the columns of the ci table? | ||
| Specific to Oracle | ||
| From within sqlplus we can use the DESCRIBE command. Outside sqlplus we can access the view all_tab_columns | ||