Answer Posted / santosh kumar
declare
v_ddl_stat varchar2(200):='create table '||'&table_name'||'
('||'&column_names'||')'; --col_name like(eid number(5),name
varchar2(10))
begin
EXECUTE IMMEDIATE v_ddl_stat;
END;
/
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
what is the difference between union and union all? : Sql dba
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Can you join views in sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
Why is pl sql needed?
What is graph sql?
What are different types of triggers?
What is sql basics?
What are the advantages of sql? Explain
What are sql*plus environment variables?
How do I view a sql database?
What is error ora-01000: maximum open cursors exceeded
How do you update a value in sql?
What is relationship? How many types of relationship are there?
Is id a reserved word in sql?