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
Does oracle use sql?
What is orm in sql?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
How much ram can sql express use?
What is coalesce in sql?
Does group by remove duplicates?
how many columns can be used for creating index? : Sql dba
what is a record in a database ? : Sql dba
What steps server process has to take to execute an update statement?
What is latest version of sql?
What are all different types of collation sensitivity?
What is sql*loader and what is it used for?
What are reports usually used for?
What is localdb mssqllocaldb?
What is nvarchar max in sql?