InterviewSolution
Saved Bookmarks
| 1. |
Give Two Examples Of How You Might Determine The Structure Of The Table Dept. |
|
Answer» USE the DESCRIBE COMMAND or use the dbms_metadata.get_ddl PACKAGE. Use the describe command or use the dbms_metadata.get_ddl package. |
|