What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table
Answer Posted / naren
No difference
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain activity monitors
Find first and last day of current month in sql server
How to retrieve error messages using mssql_get_last_message()?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What is temporal table?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
can an order by clause be used in a creation of a view?
How to scale out a federation by Sql statement?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
How can you check the version of sql server?
What do you understand by user-defined function in the sql server?
Give a example to search fr a string in all stored procedure in sql server.
Explain syntax for viewing, dropping and disabling triggers?
What language is sql server written in?
What is mscorsvw.exe - process - microsoft .net framework ngen?