what is the out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1;
Answer Posted / subbu
1st Query Output is:
SQL> select * from Emp where null = null;
no rows selected
2nd Query Output is:
All the rows and columns of emp table
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
List out what other servers you can use with ssrs?
Why are you getting errors when creating a new odbc dsn?
What do you mean by an execution plan? Why is it used?
What are the differences between user defined functions and stored procedures?
What are audit control procedures?
What is difference between index and primary key?
What are views used for?
Is a primary key unique?
What is RAID? What are the different types of RAID configurations?
Explain Normalization and DE normalization
What are the restrictions that views have to follow? : SQL Server Architecture
What is the difference between resultset and resultsetmetadata?
What are Spatial data types in SQL Server 2008
Scalability, Availability, Integration with internet, etc.)?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?