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


Please Help Members By Posting Answers For Below Questions

GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2567


what are date and time intervals? : Sql dba

559


how to enter characters as hex numbers? : Sql dba

565


Why do we use set serveroutput on?

508


What is difference between stored procedures and application procedures?

565






What is memory optimized table?

569


what is recursive stored procedure? : Sql dba

523


explain the difference between bool, tinyint and bit. : Sql dba

517


How can we find duplicate records in a table?

508


What are the types pl/sql code blocks?

604


What is a pragma statement?

714


How to check if a column is nullable before setting to nullable?

580


What are tuples in sql?

557


What is a data definition language?

547


what are all the different types of indexes? : Sql dba

522