Friday, 25 May 2012

Suppose there are two Boolean variables, v_samplel and v_sample2. What will be the value of the v_sample variable in the following conditions? | PL SQL

                v_sample:=v_sample1 OR v_sample2
                 Following is the Value of the v_sample variable in each condition: