hi ,
i have atble named emp which contains an index on empno and a constraint on address columns.
when i use the following query
select * into emp_copy from emp.
here i will get the data and structure of table.
how can i get the constraints and indexes along with the data and structure???
please help me