How will we see framework of a table?
Answers were Sorted based on User's Feedback
Answer / yam
to see the framework of table use
DESCRIBE tablename;
or DESC tablename
Is This Answer Correct ? | 20 Yes | 1 No |
Answer / sudheer kumar mikkilineni
select dbms_metadata.get_ddl('TABLE','DEPT','SCOTT') from
dual;
Is This Answer Correct ? | 12 Yes | 0 No |
what are the features and advantages of object-oriented programming? : Sql dba
What are the steps for performance tuning.
How can one get sql*loader to commit only at the end of the load file? : aql loader
What is %type in pl sql?
What is pl sql commands?
How can I get the number of records affected by a stored procedure?
What are tables in sql?
What is sql integrity?
How global cursor can be declare with dynamic trigger ?
what are local and global variables and their differences? : Sql dba
What are database links used for?
How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?
12 Answers IBM, TCS, UHD,