Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table

Answer Posted / skumar

Both are returns the SAME results.

I dont know the meaning of the
SELECT * FROM Table_Name WHERE 1=1
SELECT * FROM Table_Name WHERE 2=2
SELECT * FROM Table_Name WHERE 5=5
SELECT * FROM Table_Name WHERE 100=100
.
.
.
etc..,

It accepts the where both are equal.

If you give like

SELECT * FROM Table_Name WHERE 100=1001
It is not accept.

Is This Answer Correct ?    34 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to throw custom exception in Stored Procedure?

1006


Explain the difference between HTTP and HTTPS in database?

994


What is the difference between cartesian product and cross join?

825


In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram

1955


How to apply filtering criteria at group level with the having clause in ms sql server?

963


Explain how many types of relationship?

993


How to make remote connection in database?

973


What are different types of table joins?

975


explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration

872


What is a View ? Can we insert, Update and delete a view?

956


How to get a list of columns in a view using the "sp_help" stored procedure?

999


What is a livelock?

925


What is the difference between upgrade and migration in sql server?

1045


What are different types of join?

1273


How do I connect to sql server database?

973