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
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
How to list all login names on the ms sql server?
Give the query of getting last two records from the table in SQL SERVER?
What do you mean by data manipulation language?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What is TDS(Tabular Data Stream) Gateway?
what is normalization? : Sql server database administration
What is the primary use of the model database?
How to use copy and concatenate commands in SQL?
How do I know if localdb is running?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
What is buffer cash in sql server?
How many columns can we include on clustered index ?
What is difference between sql and sql server?
What is for xml in sql server?