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
What is the difference between a query and a report?
What programs use sql?
explain advantages of innodb over myisam. : Sql dba
Why left join is used in sql?
How many types of cursors are available in pl/sql?
Why do we need sharding?
Is natural join same as inner join?
How do sql triggers work?
Explain raise_application_error.
what is innodb? : Sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What do you understand by case manipulation functions?
What is a sql statement?
Explain some predefined exceptions.
Why stored procedure is faster than query?