what is the output of this query selet * from employee
where 1=2 ??
Answer Posted / bhagyashree
it will return those query whose value will be 2 in first
column
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Does a join table need a primary key?
How can you fetch first 5 characters of the string?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
How to use distinct and count in sql query? Explain
Can we insert in sql function?
What are the constraints available in sql?
How do you break a loop in pl sql?
What is a sql driver?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What are different methods to trace the pl/sql code?
How do I make my sql query run faster?
What does cursor do in sql?
how to drop an existing table in mysql? : Sql dba
What is sp_helptext?
What is dml statement?