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 requirement of self-join?
How is a PL/SQL code compiled?
What are the types of sql commands?
What is data type in sql?
How do you select unique values in sql?
List different type of expressions with the example.
What are the sql commands?
difference between anonymous blocks and sub-programs.
When can we use the where clause and the having clause?
What are sql ddl commands?
what are enums used for in mysql? : Sql dba
How to execute a stored procedure?
Can sql developer connect to db2?
How to revise and re-run the last sql command?
What is a primary key called that is made up of more than one field?