how to create table with in the procedure or function?
Answer Posted / k.l.tharangini
create table using procedure
create procedure test as
begin
EXECUTE IMMEDIATE
'CREATE TABLE emp(empno VARCHAR(10),JOB VARCHAR(10),SAL
NUMBER(10))';
end;
| Is This Answer Correct ? | 43 Yes | 3 No |
Post New Answer View All Answers
Does oracle roll back the transaction on an error?
Are there any features that are decommissioned in 11g that are not present in 11g?
What type of database is cloud sql?
How to run pl/sql statements in sql*plus?
What is difference sql and mysql?
What is nosql vs sql?
how do you know if your mysql server is alive? : Sql dba
Why do we need pl sql?
How do I pipe the output of one isql to another?
What is application trigger?
What are the parts of a sql statement?
what are the different type of sql's statements ? : Sql dba
Which software is used for pl sql programming?
What is difference between group by and partition by?
What is the purpose of a sql?