How can I create a table from another table without copying
any values from the old table?

Answer Posted / tejas wajge

create table emp as select * from project where rownum <1;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is partition in sql query?

519


Is sql difficult?

747


What is benefit of creating memory optimized table?

543


How many sql core licenses do I need?

509


what is a foreign key ? : Sql dba

611






Mention what is the function that is used to transfer a pl/sql table log to a database table?

486


what is csv? : Sql dba

578


What language is oracle sql developer?

510


What is difference between inner join and self join?

595


Explain spool.

691


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2577


What is cursor and its types?

561


What is record variable?

553


How do you identify a primary key?

635


How do you modify a trigger?

528