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 are all the different normalization?
What are the benefits of triggers?
How do you optimize a stored procedure in sql?
What is the basic structure of an sql?
what are all the different normalizations? : Sql dba
How to select unique records from a table?
What is the difference between microsoft access and sql?
What is crud stand for?
how can you see all indexes defined for a table? : Sql dba
What are dml commands?
Is pl sql useful?
What are sql ddl commands?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
What are the types of join and explain each?
What does sign mean sql?