What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table
Answer Posted / niranjan prasad
There is no defference in result. It shows same result-set
by using both the command.This question put you to misguide
only.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are rows and columns?
What number aggregate functions are accessible there in sql?
What is SQL Server?
How do I start sql server 2016?
What is indexed view? How to create it?
Is it safe to delete log files?
How to optimize stored procedures in sql server?
Explain how to integrate the ssrs reports in application?
What is mean by dml?
what changed between the previous version of sql server and the current version? : Sql server database administration
how you can list all the tables in a database?
What is always encrypted?
What are the limitations in ssrs on sql server express edition?
What is row-level compre?
How do you set a trace flag in sql server?