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 are the two editions in which SQL Azure database available?
Differentiate between delete and truncate.
Explain having clause?
What is self contained scalar sub query?
How many cores do I need for sql server 2016?
What is the new security features added in sql server 2016? : sql server security
How to perform backup for certificates in sql server? : sql server security
Mention the 3 ways to get a count of the number of records in a table.
Explain the difference between cross join and full outer join?
What is ssl in sql server?
How many instances per computer are there in sql server 2000?
Characterize join and name diverse sorts of joins?
What are translations and its use? : sql server analysis services, ssas
Which sql server table is used to hold the stored procedure scripts?
What is default port number for sql server 2000?