What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table
Answer Posted / vijay
There is No Difference between these two
| Is This Answer Correct ? | 35 Yes | 3 No |
Post New Answer View All Answers
What is a non-clustered index?
How to delete duplicate records based on single column from a table?
How do you improve the performance of a SQL Azure Database?
What is the difference between a stored procedure and a user defined function?
what is an index? : Sql server database administration
What factors you will consider calculating the storage requirement for that view?
What is tcl in sql server?
How would we use distinct statement? What is its use?
Explain what is dbcc?
Do you know what are the properties of the relational tables?
Can sql server 2016 run on windows 7?
Which database stores information about replication?
Can we perform backup restore operation on tempdb? : sql server database administration
Explain powershell included in sql server 2008?
What is a subquery in a select query statement in ms sql server?