I'm trying to create a table from an existing table. What are the other constraints that are passed apart from the NOT NULL constraints? Also what are the other attributes/features passed to the new table?
The query that I use to create the new table is this:
create table sales_emp
as
select * from emp;
oracletag to make your question look clearer and more specific without having to refer to the comments section. If you think you've forgotten to add some other details that might be important, please feel free to edit them in too (using the edit link under your question).