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 join more than 2 tables in sql?
What is sap sql?
What does the argument [or replace] do?
Is keyword pl sql?
What is varchar example?
What is a constraint?
How do I save the results of sql query in a file?
Who developed sql?
What are the different types of functions in sql?
What is varchar data type in sql?
What is the use of %rowtype?
What is the difference between delete and truncate statement in sql?
What does pragma mean?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
What is a sql trace file?