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 trigger explain it?
Should I use mbr or gpt?
How can I see all tables in sql?
What are the qualities of 2nf?
What are the different types of triggers?
What are properties of the transaction?
what are numeric data types? : Sql dba
What is the syntax and use of the coalesce function?
Is pl sql useful?
What is sorting in sql?
how can we find the number of rows in a table using mysql? : Sql dba
What is pivot in sql?
How subquery works in sql?
What are joins in sql?
what is the difference between a having clause and a where clause? : Sql dba