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
Explain in brief about Microsoft SQL server?
Explain about Normalization?
We need to perform what steps in the following order to work with a cursor?
What is a domain constraint give an example?
Explain database normalization?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
Explain the third normal form(3nf)?
Explain timestamp datatype?
What is difference statement and preparedstatement?
What is implicit cursors?
What is meant by dirty read?
Explain how many types of relationship?
What do you understand by a view? What does the with check option clause for a view do?
What is a hint?
What are the differences between lost updates and uncommitted dependencies?