How can I create a table from another table without copying
any values from the old table?
Answer Posted / sunil panghal
create table sunil as select *from hr.employees
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain normalization and what are the advantages of it?
Write the command to remove all players named sachin from the players table.
What is pls_integer in pl sql?
Is pl sql a programming language?
What are the methods of filing?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What is sql comments?
what are the advantages and disadvantages of views in a database? : Sql dba
What are sql triggers used for?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is the difference between subquery and correlated query?
What is sql and also describe types of sql statements?
Could you please provide oca (oracle 10g) dumps for my certification ?
How to find 3rd highest salary of an employee from the employee table in sql?
Mention what is the use of function "module procedure" in pl/sql?