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
Is trigger a stored procedure?
Can a varchar be a primary key?
Is oracle and sql same?
What is the difference between delete, truncate and drop command?
What are sql data types?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is the most restrictive isolation level? : Transact sql
Which language is used in sql?
What are the query optimization techniques?
How do I remove sql plus from windows 10?
What is exception? What are the types of exceptions?
Can you inner join the same table?
What is a table?
what happens if you no create privilege in a database? : Sql dba
how to concatenate two character strings? : Sql dba