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
What is the default isolation level in sql server? : Transact sql
Why do we need pl sql?
What are data types in pl sql?
What is difference between joins and union?
How do I run sql profiler?
What are the different type of joins in sql?
What is the sql query to display the current date?
What is sqlcommand?
what are different types of collation sensitivity? : Sql dba
what are the nonstandard string types? : Sql dba
How do you create a unique index?
What is the meaning of disabling a trigger?
what is a composite primary key ? : Sql dba
What is normalisation in sql?
Why schema is used in sql?