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 output of select * from emp where null=null &
select * from emp where 1=1

Answer Posted / anitha

select * from emp where null=null: will not return any rows
in the table since two null values are not always same.

select * from emp where 1=1 : will return all the rows in
the table because 1 is always equal to 1.

Is This Answer Correct ?    36 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create an oracle database manually?

1127


What is clustered table in Oracle?

1257


How to resolve the ORA-39133 error in Oracle?

1180


what is insert all statement in sql

6618


How does the on-delete-cascade statement work?

1158


How to convert numbers to characters in oracle?

1077


What is the difference between PFILE and SPFILE in Oracle?

1107


Whether any commands are used for months calculation? If so, what are they?

1136


what is the use of triggers in Java program? I mean where do we use triggers in Java programming?

2232


Explain the use of online redo log files in oracle.

1077


What is the use of aggregate functions in oracle?

1071


How to sort output in descending order in oracle?

1100


What are the arithmetic operations?

1146


What is the difference between sharding and partitioning?

1038


State the difference between a primary key and foreign key?

994