What are the logical operations?



What are the logical operations?..

Answer / Vikas

The logical operations in Oracle SQL include NOT, AND, OR, and XOR. NOT reverses the truth value of an expression (i.e., NOT TRUE becomes FALSE and NOT FALSE becomes TRUE). AND returns TRUE if both expressions are TRUE, otherwise it returns FALSE. OR returns TRUE if at least one expression is TRUE, otherwise it returns FALSE. XOR returns TRUE if exactly one expression is TRUE, otherwise it returns FALSE.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

1.display list of all users from ur data base.what is the query?

3 Answers   CGI, IBM,


what are Triggers?

7 Answers   TCS,


Why required to run root.sh at the time of installation and what exactly it will do

1 Answers  


how to truncate date and get only time part 9:20:00

5 Answers  


1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.

6 Answers  


A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?

1 Answers   IBM,


what is primary key and foreign key when and where have to use

5 Answers  


How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?

2 Answers   Infosys,


What is the difference between translate and replace?

1 Answers  


When do we use group by clause in a sql query?

1 Answers  


How to run create database statement again?

1 Answers  


How to declare a local variable?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)