How to create a new table by selecting rows from another table?
Answer / Jayveer Singh
To create a new table by selecting rows from another table, you can use the Create Table As Select (CTAS) statement. Here's an example:nn`CREATE TABLE new_table AS SELECT * FROM existing_table;`
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Select second Maximum salary in a Table ?
What is a proxy class?
Explain view?
Define oracle database
"primary key=unique+null" is equal,reson?not,reason?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
How to set a transaction to be read only in oracle?
master table and child table performances and comparisons in Oracle ?
What is redo log?
does Oracle has only one table space?
How to find the duplicate rows count from employees table in oracle?
How to connect asp pages to oracle servers?