what is the output of this query selet * from employee
where 1=2 ??
Answer Posted / priyanka agarwal
It will return 0 rows as 1 will never be ewual to 2
| Is This Answer Correct ? | 50 Yes | 2 No |
Post New Answer View All Answers
Can we use distinct and group by together?
Why stored procedure is faster than query?
What are the different operators available in sql?
What is the difference between sql and isql*plus?
What is indexing in sql and its types?
Define a temp table?
what is the syntax for using sql_variant_property? : Transact sql
What sql database should I use?
What view means?
What does sql stand for?
what are the differences between char and nchar? : Sql dba
What is cursor in pl sql?
What is dml and ddl?
What is a full join sql?
Why do we use %rowtype & %type in plsql?