COMPUTER SCIENCE AND ENGINEERING
SQL
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
 Which operator is used to select values within a range? 
|  |  RANGE 
 | 
|  |  WITHIN 
 | 
|  |  BETWEEN 
 | 
|  |  None 
 | 
 Explanation: 
Detailed explanation-1: -And Operator. Determines whether the value of an expression falls within a specified range of values. You can use this operator within SQL statements.
Detailed explanation-2: -The SQL Between operator is used to test whether an expression is within a range of values. This operator is inclusive, so it includes the start and end values of the range.
Detailed explanation-3: -The BETWEEN operator selects values only in the given range.
Detailed explanation-4: -Range operators are those operators which selects data according to particular range.
 There is 1 question to complete.