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
What is basic structure of pl sql?
What is mutating table error?
How is debugging done?
Can we create index on primary key?
Explain the working of foreign key?
How to run sql commands in sql*plus?
What is difference between procedure and trigger?
How sql query is executed?
who introduced sql?
What is the difference between a subquery and a join?
What is pivot table in sql?
Can we insert delete data in view?
Define tables and fields in a database
how to create a test table in your mysql server? : Sql dba
Is natural join and inner join same?