what is the output of this query selet * from employee
where 1=2 ??
Answer Posted / chinnu
It will be displayed as NULL
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Does mysql_real_escape_string prevent sql injection?
How is a PL/SQL code compiled?
What is null in pl/sql?
What is exception? What are the types of exceptions?
How do I restart sql?
How does an execution block start and end in pl sql?
How do you delete a table?
What is latest version of sql?
Does inner join return duplicate rows?
how is exception handling handled in mysql? : Sql dba
What does <> sql mean?
What is trigger explain with example?
What are the two parts of design view?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
how to run 'mysql' commands from a batch file? : Sql dba