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
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is java sql package?
Why truncate is used in sql?
how to get @@error and @@rowcount at the same time? : Sql dba
How to call a javascript function from pl sql?
What is write ahead logging in sql server?
Which one is better subquery or joins?
Why cross join is used?
What is oracle sql developer?
What language is oracle sql developer?
What is the need of merge statement?
When do we use triggers?
Explain autonomous transaction.
What is pl/sql table? Why it is used?
what is 'trigger' in sql? : Sql dba