Answer Posted / kavitha nedigunta
create table new_table as select * from old_table;
EG:- create table emp1 as select * from emp;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which data type is a composite type?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
Are sql database names case sensitive?
how can we destroy the cookie? : Sql dba
What are the types of queries in sql?
What are secondary keys?
how to fetch common records from two tables? : Sql dba
Which is faster subquery or join?
What is flag in sql?
What is the difference between local and global temporary table?
How to use transactions efficiently : transact sql
What does the file extension accdb stand for?
How do you declare a variable in pl sql?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
Is a table valued function object?