what is the output of this query selet * from employee
where 1=2 ??
Answer Posted / rohan mhatre
It will return 0 rows....since condition in where clause
will fail as 1 is not equal to 2
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Why we use triggers in mysql?
what are the features and advantages of object-oriented programming? : Sql dba
What are the disadvantages of file system?
explain mysql aggregate functions. : Sql dba
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What are all the different types of indexes?
Explain what is dbms?
Can a varchar be a primary key?
what is bdb (berkeleydb)? : Sql dba
How many clustered indexes can be created on a table?
Can we write ddl statements in functions?
what is datawarehouse? : Sql dba
What is multiple columns?
What are two statement types in sql?
how many tables will create when we create table, what are they? : Sql dba