Answer Posted / sudheer kumar mikkilineni
select dbms_metadata.get_ddl('TABLE','DEPT','SCOTT') from
dual;
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Can we create index on primary key?
What are functions in sql?
what is sub-query? : Transact sql
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
how to delete an existing column in a table? : Sql dba
Define concurrency control. : Transact sql
What is a full join?
What is file based approach?
How to add a column ‘salary’ to a table employee_details?
differentiate between float and double. : Sql dba
In pl/sql, what is bulk binding, and when/how would it help performance?
What are the two types of cursors in pl sql?
Why stored procedure is faster than query?
Does sql use python?
what is the difference between a web-garden and a web-farm? : Sql dba