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
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What are the parts of a sql statement?
What is exit statement?
What are the syntax and use of the coalesce function?
Explain architecture of sql server notification services?
What is sql prepared statement?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
How to run sql functions in pl/sql?
What is the difference between sql and isql*plus?
What is difference between table and view?
Can we debug stored procedure?
What is the use of function "module procedure" in pl/sql?
What is right join sql?
What are the types of functions in sql?
Why coalesce is used in sql?