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
What are the types of variable use in pl sql?
how are mysql timestamps seen to a user? : Sql dba
What are user defined functions?
List the various privileges that a user can grant to another user?
What is normalization? How many normalization forms are there?
What are some predefined exceptions in pl/sql?
What is memory optimized table?
List the ways to get the count of records in a table?
What is the advantage of index in sql?
What sql does db2 use?
What is aggregate function in sql?
What is sql select statement?
What is the difference between mdf and ndf files?
Does sql require a server?
How does index help in query performance?