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 out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1;

Answer Posted / subbu

1st Query Output is:

SQL> select * from Emp where null = null;

no rows selected

2nd Query Output is:

All the rows and columns of emp table

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration

1003


How to list all login names on the ms sql server?

1189


Give the query of getting last two records from the table in SQL SERVER?

1013


What do you mean by data manipulation language?

1064


Why do we use sql limitations? Which constraints can we use while making a database in sql?

1130


What is TDS(Tabular Data Stream) Gateway?

127


what is normalization? : Sql server database administration

1163


What is the primary use of the model database?

1134


How to use copy and concatenate commands in SQL?

1203


How do I know if localdb is running?

1001


Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?

1016


What is buffer cash in sql server?

1206


How many columns can we include on clustered index ?

1060


What is difference between sql and sql server?

1081


What is for xml in sql server?

1140