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
Write a query to find the names of users that begin with "um" in sql?
What does 0 mean in sql?
what are the different index configurations a table can have? : Sql dba
What is trigger in flip flop?
What does count (*) do in sql?
Why we use sql profiler?
Are views faster than queries?
How can a function retun more than one value in oracle with proper example?
how do you control the max size of a heap table? : Sql dba
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
Why do we need sharding?
how do you login to mysql using unix shell? : Sql dba
what is row? : Sql dba
What is sap sql?
How to run sql*plus commands in sql developer?