what is the output of this query selet * from employee
where 1=2 ??
Answer Posted / ashokkumar
create table temp_employee as select * from employee where 1=2;
this is only for a correct answer..
it is create from a temporary table in same table name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a call statement? Explain with an example.
What do you mean by query optimization?
Why use truncate instead of delete?
What is java sql drivermanager?
Is sql database free?
Is json a nosql?
what is the difference between a web-garden and a web-farm? : Sql dba
What is the difference between a query and a report?
How do I save a sql query?
What is auto increment feature in sql?
What is sqlerrd?
Define concurrency control. : Transact sql
What is query syntax?
How many disk partitions should I have?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql