Can we write create command in the plsql block?if possible
how?
Answer Posted / umadevi
yeah the above answer is correct..
begin
execute immediate 'create table tablename(column_name
coloumn_type(coloumn_length))';
end;
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How do sql databases work?
Why do we use cursors?
Define the select into statement.
How to get each name only once from an employee table?
what is view? : Sql dba
what is the difference between $message and $$message? : Sql dba
How to convert comma separated string to array in pl/sql?
What is cold data?
What is a common use of group by in sql?
How to use transactions efficiently : transact sql
What is sqlcontext?
Which is faster subquery or join?
What is the difference between function and procedure in pl/sql?
What are conditional predicates?
Explain what is rdbms?