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
Can we call future method from queueable?
What is the security model used in sql server 2005?
How to update muliple row in single query?
Do you know the different ddl commands in sql?
Write a SQL command to insert and update only a particular field?
What is 'write-ahead log' in sql server 2000 ?
What is query processing?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
Is it possible to replicate data from sql server to oracle? : sql server replication
How to insert multiple rows with one insert statement in ms sql server?
How many types of triggers in sql server?
How to change the system date and time from SQL Plus Terminal ?
How do I view a script in sql server?
Explain Reporting Life Cycle?
What is global temp table?