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 can I get the number of records affected by a stored procedure?
What is union and union all keyword in sql and what are their differences?
Explain the structure of pl/sql in brief.
How many row comparison operators are used while working with a subquery?
Is ms sql is free?
How can you select unique records from a table?
Why partition by is used in sql?
What makes a good primary key?
How does postgresql compare to "nosql"?
What is a unique key and primary key and foreign key?
What do you understand by case manipulation functions?
Can we update views in sql?
What is the difference between function and procedure in pl/sql?
what is the difference between myisam static and myisam dynamic? : Sql dba
What is natural join in sql?