What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table
Answer Posted / rohit nanda
NO DIFFERENCE IN BOTH THE EQUATION...BCOZ THEY GIVE THE SAME
OUTPUT....
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to rename an existing column with sql server management studio?
What are the difference between primary key and unique key? : sql server database administration
which backup strategy you are following at ur company
What are tables in sql server?
What area unit the various kinds of info compression introduced in sql server 2008?
What is unpivot?
How to find related tables in sql server?
Tell me the difference between clustered and non-clustered index?
Explain the benefits of user-defined functions?
What is constraints and its types?
What is the use of =,==,=== operators?
What is openrowset sql server?
Explain what is scheduled job and how to create it?
What is the use of floor function in sql server?
Can we write ddl in trigger?