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 sql a case sensitive language?
How much ram can sql express use?
How insert into statements in sql?
How exception handling is done in advance pl/sql?
what are all the common sql function? : Sql dba
What is schema in sql?
What is a ddl command?
What is record data type?
What is trigger and how to use it in sql?
Explain architecture of sql server notification services?
What is the difference between functions, procedures, and packages in pl/sql?
What are all the different types of indexes?
Which tcp/ip port does sql server run?
how to concatenate two character strings? : Sql dba
how to convert numeric values to character strings? : Sql dba