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
What is a null value?
Does truncate remove indexes?
How insert into statements in sql?
What is a subquery in sql?
what is a foreign key ? : Sql dba
What is pl sql variable?
What is normalization? How many normalization forms are there?
What is the difference among union, minus and intersect?
Explain the savepoint statement.
What is the basic form of sql query?
how to analyze tables with 'mysqlcheck'? : Sql dba
What does stand for in sql?
Can triggers stop a dml statement from executing on a table?
What are the different parts of a package?
How would you convert date into julian date format?