Computer Science, asked by BharathPeethala4420, 6 months ago

What is the difference between/ and percentage operator

Answers

Answered by prajwal1259
7

Answer:

'/' is known as division operater and used for division , for e.g. 10 / 5 = 2 i.e. the quotient whereas '%' is known as modulus and used for obtaining the remainder of calculation. for e.g. 10 % 5 = 0 i.e. the remainder.

hope this answer is helpful for you

Answered by Anonymous
12

OR operator is also used to combine multiple conditions with WHERE clause. The only difference between AND and OR is their behaviour. When we use AND to combine two or more than two conditions, records satisfying all the specified conditions will be there in the result.

Similar questions