what is the use of double ampersand (&&) in sql queries?



what is the use of double ampersand (&&) in sql queries?..

Answer / Mayur Kumar Arya

The double ampersand (&&) in Oracle SQL is a logical AND operator. It tests whether two conditions are both true before continuing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is full join?

1 Answers  


What are basic techniques of indexing?

1 Answers  


7. Where would you look for errors from the database design?

1 Answers   Fintellix,


Explain the difference in execution of triggers and stored procedures?

1 Answers  


What is the difference between delete, truncate and drop command?

1 Answers  


How can I create a table from another table without copying any values from the old table?

8 Answers  


What is difference between stored procedures and application procedures?

1 Answers  


what are the differences among rownum, rank and dense_rank? : Sql dba

1 Answers  


In a table only one column how to update rows

5 Answers   Microsoft,


Can i use Commit inside the Trigger? Suppose i use commit what will be happy (it's complied /executed/work)

6 Answers  


What is the requirement of self-join?

1 Answers  


what are string data types? : Sql dba

1 Answers  


Categories