Can we write create command in the plsql block?if possible
how?
Answer Posted / sidh
Yes We can write a create command in a PL/SQL block using
dynamic SQL
eg Execute immediate 'create table tab_name....'
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is a secondary key the same as a foreign key?
How can I speed up sql query?
Why do we use partitions in sql?
How do I filter in sql profiler?
Is sql better than excel?
what is the syntax for using sql_variant_property? : Transact sql
Can we commit in trigger?
What are operators available in sql?
What jobs use sql?
what are the difference between clustered and a non-clustered index? : Sql dba
How do I count rows in sql query?
Why do we need cursors in pl sql?
What is left join example?
what does myisamchk do? : Sql dba
Write a sql query to convert all character to uppercase after hypen.