What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table
Answer Posted / vidit
The results of both queries will be same
but 2nd will fast then 1st
vidit Tyagi
Meerut
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to delete an existing database user?
State the difference between local and global temporary tables?
How do users use Report Builder with SQL Server data sources?
What is standby servers? Explain types of standby servers.
What are the different methods available under sqlcommand class to access the data?
What is the use of tempdb? What values does it hold?
what is package and it uses and how can u call a package
How to download and install microsoft sql server management studio express?
How do I schedule a sql server profiler trace?
Define master database?
What is 1nf normalization form?
How can windows applications connect to sql servers via odbc?
Explain sql delete command?
How do I view a script in sql server?
Define model database?