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
How to select all records from the table?
what are the advantages a stored procedure? : Sql dba
What does where 1 1 mean in sql?
How delete a row in sql?
What are the benefits of triggers?
What is the difference between clustered and non-clustered indexes?
which tcp/ip port does sql server run on? : Sql dba
What is restrict in sql?
What is pl sql code?
How many disk partitions should I have?
What is a .db file?
What packages are available to pl/sql developers?
How do I remove all records from a table?
Why we use pl sql?
What is set serveroutput on?