|
|
| | |
|
Submitted by: Pawan Ahuja
Hi, We can create table by using pl/sql,by using dynamin sql begin execute immediate 'Create table hello(name varchar2(12),eno number));' end; PAWAN AHUJA
Above answer was rated as good by the following members: Bhoomika sharma | |
May 15, 2006 11:07:34 | #4 |
| Pawan Ahuja |
|
|
RE: can you create a table by using pl/sql?if u ...
| Hi We can create table by using pl/sql by using dynamin sql begin execute immediate 'Create table hello(name varchar2(12) eno number));' end; PAWAN AHUJA |  | | Is this answer useful? Yes | No | 1 0 | Overall Rating: +1 |
|
| |
Go To Top
|