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

Answer Posted / shabana

Use the describe command to display the table structure
then use the create table command and copy the table
structure in your command.

Is This Answer Correct ?    1 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Execute a Package in PL/SQL.?

695


Show how functions and procedures are called in a pl/sql block.

679


What is blind sql injection?

663


What is the difference between a primary key and a clustered index?

611


List the ways to get the count of records in a table?

586






what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba

710


What is identity column in sql server?

625


Why left join is used in sql?

629


What does (*) mean in sql?

625


Why use truncate instead of delete?

634


Why do we use partitions in sql?

628


How do we accept inputs from user during runtime?

633


Which sorts rows in sql?

679


How many parts of a pl sql block are optional?

612


What is nvarchar max in sql?

671